mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Upgrade to Jackson 3.1.5 and 2.21.5
This commit is contained in:
@@ -7,7 +7,7 @@ javaPlatform {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.21.4"))
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.21.5"))
|
||||
api(platform("io.micrometer:micrometer-bom:1.18.0-SNAPSHOT"))
|
||||
api(platform("io.netty:netty-bom:4.2.17.Final"))
|
||||
api(platform("io.projectreactor:reactor-bom:2026.0.0-SNAPSHOT"))
|
||||
@@ -21,7 +21,7 @@ dependencies {
|
||||
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.11.0"))
|
||||
api(platform("org.junit:junit-bom:6.1.2"))
|
||||
api(platform("org.mockito:mockito-bom:5.23.0"))
|
||||
api(platform("tools.jackson:jackson-bom:3.1.4"))
|
||||
api(platform("tools.jackson:jackson-bom:3.1.5"))
|
||||
|
||||
constraints {
|
||||
api("com.fasterxml:aalto-xml:1.4.0")
|
||||
|
||||
Reference in New Issue
Block a user