From fe86b6562120bfe77b31a2a0dcbd265da591d467 Mon Sep 17 00:00:00 2001 From: Devon Hillard Date: Wed, 14 May 2025 15:36:19 -0600 Subject: [PATCH 1/8] Update com.vanniktech.maven.publish plugin version to 0.32.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8b7e5dcd..4b5b1b05 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'java-library' id 'maven-publish' id 'signing' - id 'com.vanniktech.maven.publish' version '0.31.0' + id 'com.vanniktech.maven.publish' version '0.32.0' id 'net.researchgate.release' version '3.1.0' } From 9de4cac3bcd620affdf6f537d19d124e5770a32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 05:44:17 +0000 Subject: [PATCH 2/8] Bump org.springframework.boot from 3.4.5 to 3.5.0 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.5 to 3.5.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b5b1b05..f8de8d55 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.4.5' + id 'org.springframework.boot' version '3.5.0' id 'io.spring.dependency-management' version '1.1.7' id 'com.github.ben-manes.versions' version '0.52.0' id 'java-library' From fc7f07d06c601c3b608b07dc1a1f6d5a83277d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 05:44:26 +0000 Subject: [PATCH 3/8] Bump springBootVersion from 3.4.5 to 3.5.0 Bumps `springBootVersion` from 3.4.5 to 3.5.0. Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.4.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.0) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b5b1b05..800a5f99 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ group = 'com.digitalsanctuary.springuser' description = 'Spring User Framework' ext { - springBootVersion = '3.4.5' + springBootVersion = '3.5.0' lombokVersion = '1.18.38' } From 4fd6b354b06e36f8ce347042356436e8c26d6882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:13:40 +0000 Subject: [PATCH 4/8] Bump org.springframework.boot from 3.5.0 to 3.5.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.0 to 3.5.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.3 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 27820ca0..e5d31aee 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.5.0' + id 'org.springframework.boot' version '3.5.3' id 'io.spring.dependency-management' version '1.1.7' id 'com.github.ben-manes.versions' version '0.52.0' id 'java-library' From 445d1683a12228cc4470fd9dfd23089857898eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:14:00 +0000 Subject: [PATCH 5/8] Bump com.vanniktech.maven.publish from 0.32.0 to 0.33.0 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.32.0 to 0.33.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.32.0...0.33.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 27820ca0..0ddfbd41 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'java-library' id 'maven-publish' id 'signing' - id 'com.vanniktech.maven.publish' version '0.32.0' + id 'com.vanniktech.maven.publish' version '0.33.0' id 'net.researchgate.release' version '3.1.0' } From 04b24317d71b3b0fdaa7cef7e5f8afc91666366d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:08:00 +0000 Subject: [PATCH 6/8] Bump springBootVersion from 3.5.0 to 3.5.3 Bumps `springBootVersion` from 3.5.0 to 3.5.3. Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.3) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.3) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.3 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 d23234fc..e41540fc 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ group = 'com.digitalsanctuary.springuser' description = 'Spring User Framework' ext { - springBootVersion = '3.5.0' + springBootVersion = '3.5.3' lombokVersion = '1.18.38' } From 5f4c224d81eef098b4474ccf156baa16d9017f94 Mon Sep 17 00:00:00 2001 From: Devon Hillard Date: Mon, 23 Jun 2025 07:13:45 -0600 Subject: [PATCH 7/8] [Gradle Release Plugin] - pre tag commit: '3.2.3'. --- CHANGELOG.md | 23 +++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f723fdc9..0dd18bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## [3.2.3] - 2025-06-23 +### Features +- **[Gradle Release Plugin] New Version:** Updated `gradle.properties` to set the project version to `3.2.3-SNAPSHOT` from `3.2.2`. This change prepares the project for future development by marking the start of a new snapshot version. + +### Other Changes +- **Dependency Updates:** + - **Spring Boot Update to 3.5.3:** + - **Merged Changes and Details:** + - Updated `springBootVersion` in `build.gradle` from `3.5.0` to `3.5.3`. This update includes improvements and bug fixes from Spring Boot's latest patch release. + - Affected modules include `spring-boot-starter-web`, `spring-boot-configuration-processor`, and `spring-boot-starter-test`. Each of these was bumped from version `3.5.0` to `3.5.3`. + - These updates ensure incorporation of resolved issues and performance improvements provided by the Spring Boot team. [Release notes and commits](https://github.com/spring-projects/spring-boot/releases). + - **Maven Publish Plugin Update to 0.33.0:** + - **Merged Changes and Details:** + - Updated `com.vanniktech.maven.publish` plugin in `build.gradle` from `0.32.0` to `0.33.0`. This minor version update may include new features, enhancements, and potentially minor API changes that improve the publication process. + - This update ensures the usage of the latest features and improvements, detailed in [release notes and changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/releases). + +- **Version Increment for Spring Boot to 3.5.0 from 3.4.5:** + - Previous increment from `3.4.5` to `3.5.0` had merged code changes which similarly ensured improved stability and support by aligning with the latest minor release prior to patch updates. + +These updates help make sure the project dependencies are current, which is important for taking advantage of recent bug fixes and performance improvements, as well as maintaining security standards within the project. + +**Note:** All dependency updates above relate to enhancement and security, and do not introduce breaking changes as they are minor or patch updates to dependencies already in use. + ## [3.2.2] - 2025-05-07 ### Changelog diff --git a/gradle.properties b/gradle.properties index cb50bbb7..f929fbac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=3.2.3-SNAPSHOT +version=3.2.3 From b28c6b948fd8661992d0e227c1c0d8f8ab950312 Mon Sep 17 00:00:00 2001 From: Devon Hillard Date: Mon, 23 Jun 2025 07:16:25 -0600 Subject: [PATCH 8/8] [Gradle Release Plugin] - new version commit: '3.2.4-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f929fbac..6c01bd29 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=3.2.3 +version=3.2.4-SNAPSHOT