From 3213a91ef583c2fa631d38e6163820a6e973aa48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:26:44 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-bom Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.0-RC1 to 2023.1.0. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.0-RC1...2023.1.0) --- 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 2fa88bed..ac3071ea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -87,7 +87,7 @@ org-springframework-boot-spring-boot-starter-web = { module = "org.springframewo org-springframework-boot-spring-boot-starter-webflux = { module = "org.springframework.boot:spring-boot-starter-webflux", version.ref = "org-springframework-boot" } org-springframework-boot-spring-boot-starter-websocket = { module = "org.springframework.boot:spring-boot-starter-websocket", version.ref = "org-springframework-boot" } org-springframework-boot-spring-boot-testcontainers = { module = "org.springframework.boot:spring-boot-testcontainers", version.ref = "org-springframework-boot" } -org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.0-RC1" +org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.0" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.0-RC2" org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.0" org-springframework-springloaded = "org.springframework:springloaded:1.2.8.RELEASE"