From 89ccdee9d33b25803fe46f53309907ea4c4a10d9 Mon Sep 17 00:00:00 2001 From: Simon Schneider <10846939+raynigon@users.noreply.github.com> Date: Sun, 3 Apr 2022 21:42:41 +0200 Subject: [PATCH 1/7] Fix Release Action --- .github/workflows/cd-release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index 96a3df54..751fd716 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -42,11 +42,12 @@ jobs: - name: Copy Assets run: | mkdir -p build/jars/ - cp jackson-module/build/libs/*.jar build/jars/ - cp jackson-starter/build/libs/*.jar build/jars/ - cp jpa-starter/build/libs/*.jar build/jars/ - cp springdoc-starter/build/libs/*.jar build/jars/ + cp spring-boot-core-starter/build/libs/*.jar build/jars/ + cp spring-boot-jackson-starter/build/libs/*.jar build/jars/ + cp spring-boot-jpa-starter/build/libs/*.jar build/jars/ + cp spring-boot-springdoc-starter/build/libs/*.jar build/jars/ cp unit-api-core/build/libs/*.jar build/jars/ + cp unit-api-jackson/build/libs/*.jar build/jars/ cp unit-api-kotlin/build/libs/*.jar build/jars/ - id: content name: Create Release Content From e0fea4cd3d332c6127aceb03410b46534364379d Mon Sep 17 00:00:00 2001 From: "raynigon[bot]" <84719472+raynigon-bot@users.noreply.github.com> Date: Sun, 3 Apr 2022 19:51:23 +0000 Subject: [PATCH 2/7] [Release] Version: 'v2.0.0'. --- gradle.properties | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 90e02826..1e5fc15d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2.0.0-SNAPSHOT +version=2.0.0 org.gradle.caching=true diff --git a/mkdocs.yml b/mkdocs.yml index b5e571df..7e33561c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,4 +35,4 @@ nav: - JavaDoc: javadoc-ref.md - Contribution: contribution.md extra: - latest_version: 1.1.7 + latest_version: 2.0.0 From 2120816c0683fb187a127c0ac2fda2caafd2d4d8 Mon Sep 17 00:00:00 2001 From: "raynigon[bot]" <84719472+raynigon-bot@users.noreply.github.com> Date: Sun, 3 Apr 2022 19:51:25 +0000 Subject: [PATCH 3/7] [Release] Update Version: 'v2.0.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1e5fc15d..f90f6c6b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2.0.0 +version=2.0.1-SNAPSHOT org.gradle.caching=true From 61e1beba1e436c8c853da973787d2f7cea0c76da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 23:14:08 +0000 Subject: [PATCH 4/7] Bump lombok from 1.18.22 to 1.18.24 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 949ba95f..04347abf 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ subprojects { } dependencies { - compileOnly 'org.projectlombok:lombok:1.18.22' + compileOnly 'org.projectlombok:lombok:1.18.24' implementation 'javax.measure:unit-api:2.1.3' implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.slf4j:slf4j-api:1.7.36' From 31a269be01e735bf433925907f0eef7c65e4fff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:17:06 +0000 Subject: [PATCH 5/7] Bump springdoc-openapi-webmvc-core from 1.6.6 to 1.6.8 Bumps [springdoc-openapi-webmvc-core](https://github.com/springdoc/springdoc-openapi) from 1.6.6 to 1.6.8. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.6...v1.6.8) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-webmvc-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-springdoc-starter/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-springdoc-starter/build.gradle b/spring-boot-springdoc-starter/build.gradle index d29b6144..9dff45d4 100644 --- a/spring-boot-springdoc-starter/build.gradle +++ b/spring-boot-springdoc-starter/build.gradle @@ -1,6 +1,6 @@ dependencies { compileOnly 'org.springframework.boot:spring-boot-starter' - compileOnly 'org.springdoc:springdoc-openapi-webmvc-core:1.6.6' + compileOnly 'org.springdoc:springdoc-openapi-webmvc-core:1.6.8' implementation project(":unit-api-jackson") implementation project(":unit-api-core") implementation project(":spring-boot-core-starter") From 6723bb3587458b55efc81ba598e833afb0539e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 23:18:06 +0000 Subject: [PATCH 6/7] Bump byte-buddy from 1.12.8 to 1.12.10 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.8 to 1.12.10. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.8...byte-buddy-1.12.10) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 949ba95f..4c9f07f6 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ subprojects { testImplementation 'org.codehaus.groovy:groovy:3.0.10' testImplementation platform("org.spockframework:spock-bom:2.1-groovy-3.0") testImplementation 'org.spockframework:spock-core' - testRuntimeOnly "net.bytebuddy:byte-buddy:1.12.8" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.12.10" testAnnotationProcessor 'org.projectlombok:lombok:1.18.22' } From 3b417db06e454824b2e8ff39a280ae3f109dc3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 23:11:38 +0000 Subject: [PATCH 7/7] Bump postgresql from 42.3.3 to 42.3.5 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.5. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.5) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-jpa-starter/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-jpa-starter/build.gradle b/spring-boot-jpa-starter/build.gradle index e2fc9de9..d2f1dd9a 100644 --- a/spring-boot-jpa-starter/build.gradle +++ b/spring-boot-jpa-starter/build.gradle @@ -9,7 +9,7 @@ dependencies { testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - testImplementation("org.postgresql:postgresql:42.3.3") + testImplementation("org.postgresql:postgresql:42.3.5") testImplementation("org.testcontainers:postgresql:1.16.3") testImplementation 'org.spockframework:spock-spring' }