Update hibernate-core to 6.2.6.Final

Closes gh-13538
This commit is contained in:
Josh Cummings 2023-07-14 15:44:56 -06:00
parent edff2f8f04
commit 18e5e71dc3
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
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.1.7.Final"
api "org.hibernate.orm:hibernate-core:6.2.6.Final"
api "org.hsqldb:hsqldb:2.7.2"
api "org.apereo.cas.client:cas-client-core:4.0.2"
api "org.opensaml:opensaml-core:$openSamlVersion"