Update to Spring Data 2025.0.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
jakarta-websocket = "2.1.1"
|
jakarta-websocket = "2.1.1"
|
||||||
org-apache-derby = "10.16.1.1"
|
org-apache-derby = "10.16.1.1"
|
||||||
org-mockito = "5.16.1"
|
org-mockito = "5.16.1"
|
||||||
org-mongodb = "5.3.1"
|
org-mongodb = "5.5.0"
|
||||||
org-springframework-boot = "3.5.0-SNAPSHOT"
|
org-springframework-boot = "3.5.0-SNAPSHOT"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
@@ -38,11 +38,11 @@ org-mongodb-mongodb-driver-core = { module = "org.mongodb:mongodb-driver-core",
|
|||||||
org-mongodb-mongodb-driver-reactivestreams = { module = "org.mongodb:mongodb-driver-reactivestreams", version.ref = "org-mongodb" }
|
org-mongodb-mongodb-driver-reactivestreams = { module = "org.mongodb:mongodb-driver-reactivestreams", version.ref = "org-mongodb" }
|
||||||
org-mongodb-mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version.ref = "org-mongodb" }
|
org-mongodb-mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version.ref = "org-mongodb" }
|
||||||
org-postgresql = "org.postgresql:postgresql:42.7.5"
|
org-postgresql = "org.postgresql:postgresql:42.7.5"
|
||||||
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.0.0-RC1"
|
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.0.0"
|
||||||
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.5.0-RC1"
|
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.5.0-RC1"
|
||||||
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.7"
|
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.7"
|
||||||
org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.6" }
|
org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.20.6" }
|
||||||
io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.6"
|
io-spring-security-release-plugin = "io.spring.gradle:spring-security-release-plugin:1.0.6"
|
||||||
org-springframework-boot-spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "org-springframework-boot" }
|
org-springframework-boot-spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "org-springframework-boot" }
|
||||||
io-spring-javaformat-spring-javaformat-checkstyle = "io.spring.javaformat:spring-javaformat-checkstyle:0.0.43"
|
io-spring-javaformat-spring-javaformat-checkstyle = "io.spring.javaformat:spring-javaformat-checkstyle:0.0.43"
|
||||||
io-spring-nohttp-nohttp-checkstyle = "io.spring.nohttp:nohttp-checkstyle:0.0.11"
|
io-spring-nohttp-nohttp-checkstyle = "io.spring.nohttp:nohttp-checkstyle:0.0.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user