Update to Spring Framework 6.2.0

Closes gh-3272
This commit is contained in:
Rob Winch
2024-11-15 17:54:59 -06:00
parent da24bd7607
commit 92a400716c

View File

@@ -59,7 +59,7 @@ org-slf4j-log4j-over-slf4j = { module = "org.slf4j:log4j-over-slf4j", version.re
org-slf4j-slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "org-slf4j" }
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2024.1.0-SNAPSHOT"
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.4.0-SNAPSHOT"
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.1-SNAPSHOT"
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.0"
org-springframework-boot-spring-boot-dependencies = { module = "org.springframework.boot:spring-boot-dependencies", 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" }
org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version.ref = "org-testcontainers" }