From 427d033b85a3c2be810ac7dae8d833a5286d6037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:31:10 +0000 Subject: [PATCH 1/6] Bump org.springframework.security:spring-security-bom Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.4.7 to 6.4.8. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/6.4.7...6.4.8) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.4.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 684dcb34..918e37d5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] org-springframework = "6.2.9" -org-springframework-security = "6.4.7" +org-springframework-security = "6.4.8" com-fasterxml-jackson = "2.18.4.1" nimbus-jose-jwt = "9.47" org-bouncycastle = "1.79" From 786c289e0082e8a71dc08d5903de2ecad81685cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:31:04 +0000 Subject: [PATCH 2/6] Bump io.spring.security.release from 1.0.9 to 1.0.10 Bumps [io.spring.security.release](https://github.com/spring-io/spring-security-release-tools) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/spring-io/spring-security-release-tools/releases) - [Commits](https://github.com/spring-io/spring-security-release-tools/commits/v1.0.10) --- updated-dependencies: - dependency-name: io.spring.security.release dependency-version: 1.0.10 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 53ef6b66..dbefe6dd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "io.spring.convention.root" - id "io.spring.security.release" version "1.0.9" + id "io.spring.security.release" version "1.0.10" } group = "org.springframework.security" From bef752a39d08539e1e67a70a17334ed32d05d0fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:30:58 +0000 Subject: [PATCH 3/6] Bump io.spring.develocity.conventions from 0.0.23 to 0.0.24 Bumps [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions) from 0.0.23 to 0.0.24. - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](https://github.com/spring-io/develocity-conventions/compare/v0.0.23...v0.0.24) --- updated-dependencies: - dependency-name: io.spring.develocity.conventions dependency-version: 0.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index d74ed2a5..101fed70 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { } plugins { - id "io.spring.develocity.conventions" version "0.0.23" + id "io.spring.develocity.conventions" version "0.0.24" } dependencyResolutionManagement { From 7346b0d9b6cc05ab71593e2a68ec024f86c9c395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:51:45 +0000 Subject: [PATCH 4/6] Bump org.springframework.security:spring-security-bom Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.5.1 to 6.5.2. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/6.5.1...6.5.2) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7e94f157..8883abce 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] org-springframework = "6.2.9" -org-springframework-security = "6.5.1" +org-springframework-security = "6.5.2" com-fasterxml-jackson = "2.18.4.1" nimbus-jose-jwt = "9.47" org-bouncycastle = "1.79" From 7f11cd35007d4a2d0e498e33b45e1637fe5382a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:51:36 +0000 Subject: [PATCH 5/6] Bump io.spring.security.release from 1.0.9 to 1.0.10 Bumps [io.spring.security.release](https://github.com/spring-io/spring-security-release-tools) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/spring-io/spring-security-release-tools/releases) - [Commits](https://github.com/spring-io/spring-security-release-tools/commits/v1.0.10) --- updated-dependencies: - dependency-name: io.spring.security.release dependency-version: 1.0.10 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 53ef6b66..dbefe6dd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "io.spring.convention.root" - id "io.spring.security.release" version "1.0.9" + id "io.spring.security.release" version "1.0.10" } group = "org.springframework.security" From b2c8360ff1353d64fbf15b5148c3bff530261494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:51:31 +0000 Subject: [PATCH 6/6] Bump io.spring.develocity.conventions from 0.0.23 to 0.0.24 Bumps [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions) from 0.0.23 to 0.0.24. - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](https://github.com/spring-io/develocity-conventions/compare/v0.0.23...v0.0.24) --- updated-dependencies: - dependency-name: io.spring.develocity.conventions dependency-version: 0.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index d74ed2a5..101fed70 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { } plugins { - id "io.spring.develocity.conventions" version "0.0.23" + id "io.spring.develocity.conventions" version "0.0.24" } dependencyResolutionManagement {