From 564a057cae09b3755e62e505e480bd1f23e61680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:09:56 +0000 Subject: [PATCH 1/3] Bump org.springframework.boot from 3.2.2 to 3.2.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: org.springframework.boot 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 46a7f4f..3940535 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -org-springframework-boot = "3.2.2" +org-springframework-boot = "3.2.3" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.4" From 54f9ffafe870047f5c3b9dd5a23bb49db8084bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:10:02 +0000 Subject: [PATCH 2/3] Bump org.springframework.security:spring-security-oauth2-authorization-server Bumps [org.springframework.security:spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/spring-projects/spring-authorization-server/releases) - [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-oauth2-authorization-server 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 3940535..ad680ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ org-springframework-boot = "3.2.3" org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.4" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.2" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.3" -org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.1" +org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.2" [plugins] io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.4" } From 20859e74676db21bf2c4a2193991bb521ea8afc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:18:34 +0000 Subject: [PATCH 3/3] Bump org.springframework.boot from 3.1.8 to 3.1.9 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.8 to 3.1.9. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.8...v3.1.9) --- updated-dependencies: - dependency-name: org.springframework.boot 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 afa531e..c3fb4df 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -org-springframework-boot = "3.1.8" +org-springframework-boot = "3.1.9" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.17"