mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Upgrade to Groovy 5.1.2, Hibernate ORM 7.4.8, Jackson 3.1.6/2.21.6, Woodstox 7.2.2
This commit is contained in:
@@ -7,12 +7,12 @@ javaPlatform {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.21.5"))
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.21.6"))
|
||||
api(platform("io.micrometer:micrometer-bom:1.18.0-M1"))
|
||||
api(platform("io.netty:netty-bom:4.2.18.Final"))
|
||||
api(platform("io.projectreactor:reactor-bom:2026.0.0-SNAPSHOT"))
|
||||
api(platform("io.rsocket:rsocket-bom:1.1.5"))
|
||||
api(platform("org.apache.groovy:groovy-bom:5.1.1"))
|
||||
api(platform("org.apache.groovy:groovy-bom:5.1.2"))
|
||||
api(platform("org.apache.logging.log4j:log4j-bom:2.26.1"))
|
||||
api(platform("org.assertj:assertj-bom:3.27.7"))
|
||||
api(platform("org.eclipse.jetty:jetty-bom:12.1.13"))
|
||||
@@ -21,11 +21,11 @@ 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.5"))
|
||||
api(platform("tools.jackson:jackson-bom:3.1.6"))
|
||||
|
||||
constraints {
|
||||
api("com.fasterxml:aalto-xml:1.4.0")
|
||||
api("com.fasterxml.woodstox:woodstox-core:7.2.1")
|
||||
api("com.fasterxml.woodstox:woodstox-core:7.2.2")
|
||||
api("com.github.ben-manes.caffeine:caffeine:3.2.4")
|
||||
api("com.github.librepdf:openpdf:1.3.43")
|
||||
api("com.google.code.findbugs:findbugs:3.0.1")
|
||||
@@ -120,7 +120,7 @@ dependencies {
|
||||
api("org.glassfish:jakarta.el:4.0.2")
|
||||
api("org.graalvm.sdk:graal-sdk:22.3.1")
|
||||
api("org.hamcrest:hamcrest:3.0")
|
||||
api("org.hibernate.orm:hibernate-core:7.4.7.Final")
|
||||
api("org.hibernate.orm:hibernate-core:7.4.8.Final")
|
||||
api("org.hibernate.validator:hibernate-validator:9.1.3.Final")
|
||||
api("org.hsqldb:hsqldb:2.7.4")
|
||||
api("org.htmlunit:htmlunit:5.4.0")
|
||||
|
||||
Reference in New Issue
Block a user