From bd13a27d90fb0cef42776325eddaa5e354526a06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 08:55:19 +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 6e8b7c5..d28353f 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.1.7.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..b43d76e 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.1.7.Final" compile "org.grails.plugins:gsp" console "org.grails:grails-console" profile "org.grails.profiles:web"