From bc77bd279a52bf0797e19e10e39d87c1024b7dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:22:18 +0000 Subject: [PATCH 1/3] Bump org.springframework:spring-framework-bom from 6.0.17 to 6.0.18 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.17 to 6.0.18. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.17...v6.0.18) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom 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 c3fb4df8d..3791407fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ org-springframework-boot = "3.1.9" [libraries] -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.17" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.18" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.1.7" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2022.0.12" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.0.4" From 5b07a7341f60fdeb0a473294e16d5aeb52de2451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:24:14 +0000 Subject: [PATCH 2/3] Bump org.springframework:spring-framework-bom from 6.1.4 to 6.1.5 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.4 to 6.1.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom 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 ad680ad5c..d50cdcce6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ org-springframework-boot = "3.2.3" [libraries] -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.4" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.5" 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.2" From dab4ced6521665dacd7ebb5e4adfb9efb5949284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:24:19 +0000 Subject: [PATCH 3/3] Bump org.springframework.data:spring-data-bom from 2023.1.3 to 2023.1.4 Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.3 to 2023.1.4. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.3...2023.1.4) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-bom 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 d50cdcce6..7310cf17b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ org-springframework-boot = "3.2.3" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.5" 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-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.4" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.2" [plugins]