Skip to content

Commit 2782a27

Browse files
committed
Upgrade to Netty 4.2.14 and Hibernate ORM 7.2.16
1 parent af2b961 commit 2782a27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

framework-platform/framework-platform.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.20.2"))
1111
api(platform("io.micrometer:micrometer-bom:1.16.5"))
12-
api(platform("io.netty:netty-bom:4.2.13.Final"))
12+
api(platform("io.netty:netty-bom:4.2.14.Final"))
1313
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.6"))
@@ -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.14.Final")
123+
api("org.hibernate.orm:hibernate-core:7.2.16.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)