Update hibernate-core to 6.3.0.CR1

Closes gh-13691
This commit is contained in:
Steve Riesenberg 2023-08-18 15:22:40 -05:00 committed by Steve Riesenberg
parent ef86c4c51d
commit 6d8522c4cb
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ dependencies {
api "org.eclipse.jetty:jetty-servlet:11.0.15"
api "jakarta.persistence:jakarta.persistence-api:3.1.0"
api "org.hamcrest:hamcrest:2.2"
api "org.hibernate.orm:hibernate-core:6.2.6.Final"
api "org.hibernate.orm:hibernate-core:6.3.0.CR1"
api "org.hsqldb:hsqldb:2.7.2"
api "org.apereo.cas.client:cas-client-core:4.0.2"
api "org.opensaml:opensaml-core:$openSamlVersion"