Skip to content

Commit f36fec1

Browse files
committed
Upgrade to Hibernate ORM 7.0.2 and Hibernate Validator 9.0.1
Includes missing upgrade for Jetty EE11 support 12.1.0.beta1 See gh-33750 See gh-35084
1 parent 12146c4 commit f36fec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-platform/framework-platform.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
api(platform("org.apache.logging.log4j:log4j-bom:3.0.0-beta3"))
1717
api(platform("org.assertj:assertj-bom:3.27.3"))
1818
api(platform("org.eclipse.jetty:jetty-bom:12.1.0.beta1"))
19-
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.beta0"))
19+
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.beta1"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.1"))
2222
api(platform("org.junit:junit-bom:5.13.1"))
@@ -124,8 +124,8 @@ dependencies {
124124
api("org.glassfish:jakarta.el:4.0.2")
125125
api("org.graalvm.sdk:graal-sdk:22.3.1")
126126
api("org.hamcrest:hamcrest:3.0")
127-
api("org.hibernate.orm:hibernate-core:7.0.0.Final")
128-
api("org.hibernate.validator:hibernate-validator:9.0.0.Final")
127+
api("org.hibernate.orm:hibernate-core:7.0.2.Final")
128+
api("org.hibernate.validator:hibernate-validator:9.0.1.Final")
129129
api("org.hsqldb:hsqldb:2.7.4")
130130
api("org.htmlunit:htmlunit:4.10.0")
131131
api("org.javamoney:moneta:1.4.4")

0 commit comments

Comments
 (0)