diff --git a/testapps/spring-security-cas-test1/build.gradle b/testapps/spring-security-cas-test1/build.gradle index 6e8b7c5..4e3ee7e 100644 --- a/testapps/spring-security-cas-test1/build.gradle +++ b/testapps/spring-security-cas-test1/build.gradle @@ -52,7 +52,7 @@ dependencies { compile "org.grails.plugins:scaffolding" compile "org.grails.plugins:events" compile "org.grails.plugins:hibernate5" - compile "org.hibernate:hibernate-core:5.6.8.Final" + compile "org.hibernate:hibernate-core:6.2.4.Final" compile "org.grails.plugins:gsp" console "org.grails:grails-console" profile "org.grails.profiles:web" diff --git a/testapps/spring-security-cas-test2/build.gradle b/testapps/spring-security-cas-test2/build.gradle index a15e729..e3c59cd 100644 --- a/testapps/spring-security-cas-test2/build.gradle +++ b/testapps/spring-security-cas-test2/build.gradle @@ -52,7 +52,7 @@ dependencies { compile "org.grails.plugins:scaffolding" compile "org.grails.plugins:events" compile "org.grails.plugins:hibernate5" - compile "org.hibernate:hibernate-core:5.6.8.Final" + compile "org.hibernate:hibernate-core:6.2.4.Final" compile "org.grails.plugins:gsp" console "org.grails:grails-console" profile "org.grails.profiles:web"