Update hibernate-core to 6.1.7.Final

Closes gh-12898
This commit is contained in:
Josh Cummings 2023-03-20 07:35:35 -06:00
parent 31566e6921
commit b85cef9feb
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ dependencies {
api "org.eclipse.jetty:jetty-servlet:11.0.14"
api "jakarta.persistence:jakarta.persistence-api:3.1.0"
api "org.hamcrest:hamcrest:2.2"
api "org.hibernate.orm:hibernate-core:6.1.5.Final"
api "org.hibernate.orm:hibernate-core:6.1.7.Final"
api "org.hsqldb:hsqldb:2.7.1"
api "org.apereo.cas.client:cas-client-core:4.0.1"
api "org.opensaml:opensaml-core:$openSamlVersion"