From 560ac962f88c9e3837ed9577fac7b51714e3a1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:28:09 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-bom from 2024.0.0 to 2024.0.2 Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2024.0.0 to 2024.0.2. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.0.0...2024.0.2) --- 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 44a1736..5e497ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ org-springframework-boot = "3.4.0-SNAPSHOT" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.11" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.4.0-SNAPSHOT" -org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2024.0.0" +org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2024.0.2" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.4" [plugins]