Skip to content

Commit 106e5c7

Browse files
committed
Upgrade to Hibernate ORM 7.0.0.Final and Hibernate Validator 9.0.0.Final
See gh-33750
1 parent eb59d91 commit 106e5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-platform/framework-platform.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ dependencies {
125125
api("org.glassfish:jakarta.el:4.0.2")
126126
api("org.graalvm.sdk:graal-sdk:22.3.1")
127127
api("org.hamcrest:hamcrest:3.0")
128-
api("org.hibernate.orm:hibernate-core:7.0.0.CR1")
129-
api("org.hibernate.validator:hibernate-validator:9.0.0.CR1")
128+
api("org.hibernate.orm:hibernate-core:7.0.0.Final")
129+
api("org.hibernate.validator:hibernate-validator:9.0.0.Final")
130130
api("org.hsqldb:hsqldb:2.7.4")
131131
api("org.htmlunit:htmlunit:4.10.0")
132132
api("org.javamoney:moneta:1.4.4")

0 commit comments

Comments
 (0)