Skip to content

Commit 9185254

Browse files
committed
Upgrade to Reactor 2025.0.5 and Micrometer 1.16.5
Includes Hibernate ORM 7.2.11 Closes gh-36658 Closes gh-36659
1 parent 802fa4d commit 9185254

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

framework-platform/framework-platform.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.20.2"))
11-
api(platform("io.micrometer:micrometer-bom:1.16.4"))
11+
api(platform("io.micrometer:micrometer-bom:1.16.5"))
1212
api(platform("io.netty:netty-bom:4.2.12.Final"))
13-
api(platform("io.projectreactor:reactor-bom:2025.0.4"))
13+
api(platform("io.projectreactor:reactor-bom:2025.0.5"))
1414
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1515
api(platform("org.apache.groovy:groovy-bom:5.0.5"))
1616
api(platform("org.apache.logging.log4j:log4j-bom:2.25.4"))
@@ -120,7 +120,7 @@ dependencies {
120120
api("org.glassfish:jakarta.el:4.0.2")
121121
api("org.graalvm.sdk:graal-sdk:22.3.1")
122122
api("org.hamcrest:hamcrest:3.0")
123-
api("org.hibernate.orm:hibernate-core:7.2.10.Final")
123+
api("org.hibernate.orm:hibernate-core:7.2.11.Final")
124124
api("org.hibernate.validator:hibernate-validator:9.1.0.Final")
125125
api("org.hsqldb:hsqldb:2.7.4")
126126
api("org.htmlunit:htmlunit:4.21.0")

0 commit comments

Comments
 (0)