From 69cb456da6dfaad135e314250f72cdfad50f183a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:26:58 +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 98a6f20..aea1d9a 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.15.Final" + compile "org.hibernate:hibernate-core:6.4.2.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 3024f97..f9bca88 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.15.Final" + compile "org.hibernate:hibernate-core:6.4.2.Final" compile "org.grails.plugins:gsp" console "org.grails:grails-console" profile "org.grails.profiles:web"