From e6b5ddc5bc18c9cfe623fea30c8684d9cf844c03 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 31 Mar 2022 19:47:38 +0000 Subject: [PATCH] Update dependency org.hibernate:hibernate-core to v6 --- testapps/spring-security-cas-test1/build.gradle | 2 +- testapps/spring-security-cas-test2/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testapps/spring-security-cas-test1/build.gradle b/testapps/spring-security-cas-test1/build.gradle index 1d02cb7..3e4a99e 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.7.Final" + compile "org.hibernate:hibernate-core:6.0.0.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 be51650..a655df3 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.7.Final" + compile "org.hibernate:hibernate-core:6.0.0.Final" compile "org.grails.plugins:gsp" console "org.grails:grails-console" profile "org.grails.profiles:web"