Upgrade to Spring Framework 7.0.0-M5
This commit also adapts to the new Jackson 3.0 baseline. Closes gh-1202
This commit is contained in:
@@ -8,7 +8,7 @@ javaPlatform {
|
||||
|
||||
dependencies {
|
||||
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.18.3"))
|
||||
api(platform("tools.jackson:jackson-bom:3.0.0-rc4"))
|
||||
api(platform("io.projectreactor:reactor-bom:2025.0.0-M3"))
|
||||
api(platform("io.micrometer:micrometer-bom:1.15.0"))
|
||||
api(platform("io.micrometer:micrometer-tracing-bom:1.5.0"))
|
||||
|
||||
Reference in New Issue
Block a user