Upgrade to Hibernate ORM 7.0.0.Beta3 and Validator 9.0.0.CR1

Using relocated Maven coordinates.

See gh-33750
This commit is contained in:
Juergen Hoeller
2024-12-15 14:37:54 +01:00
parent 30d249c3a7
commit 5cbb5d4d70
9 changed files with 10 additions and 22 deletions

View File

@@ -125,8 +125,8 @@ dependencies {
api("org.glassfish:jakarta.el:4.0.2")
api("org.graalvm.sdk:graal-sdk:22.3.1")
api("org.hamcrest:hamcrest:2.2")
api("org.hibernate:hibernate-core:7.0.0.Beta2")
api("org.hibernate:hibernate-validator:9.0.0.Beta3")
api("org.hibernate.orm:hibernate-core:7.0.0.Beta3")
api("org.hibernate.validator:hibernate-validator:9.0.0.CR1")
api("org.hsqldb:hsqldb:2.7.4")
api("org.htmlunit:htmlunit:4.6.0")
api("org.javamoney:moneta:1.4.4")