From d5b96d2547205c3ac8aa4df738538ebbd25b2894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:27:33 +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..5ff77c5 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.6.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..918780f 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.6.Final" compile "org.grails.plugins:gsp" console "org.grails:grails-console" profile "org.grails.profiles:web"