Skip to content

Commit bdfbab7

Browse files
committed
Update to Spring Data 2025.0.0
1 parent d6391a8 commit bdfbab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
jakarta-websocket = "2.1.1"
33
org-apache-derby = "10.16.1.1"
44
org-mockito = "5.16.1"
5-
org-mongodb = "5.3.1"
5+
org-mongodb = "5.5.0"
66
org-springframework-boot = "3.5.0-SNAPSHOT"
77

88
[libraries]
@@ -38,11 +38,11 @@ org-mongodb-mongodb-driver-core = { module = "org.mongodb:mongodb-driver-core",
3838
org-mongodb-mongodb-driver-reactivestreams = { module = "org.mongodb:mongodb-driver-reactivestreams", version.ref = "org-mongodb" }
3939
org-mongodb-mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version.ref = "org-mongodb" }
4040
org-postgresql = "org.postgresql:postgresql:42.7.5"
41-
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.0.0-RC1"
41+
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.0.0"
4242
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.5.0-RC1"
4343
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.7"
4444
org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.6" }
4545
io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.6"
4646
org-springframework-boot-spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "org-springframework-boot" }
4747
io-spring-javaformat-spring-javaformat-checkstyle = "io.spring.javaformat:spring-javaformat-checkstyle:0.0.43"
48-
io-spring-nohttp-nohttp-checkstyle = "io.spring.nohttp:nohttp-checkstyle:0.0.11"
48+
io-spring-nohttp-nohttp-checkstyle = "io.spring.nohttp:nohttp-checkstyle:0.0.11"

0 commit comments

Comments
 (0)