From cc907bcc88201a1fc9d9cb0123b5cce61937ec1d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:10:37 +0000 Subject: [PATCH] Bump hibernate5 from 6.0.7 to 7.0.5 Bumps [hibernate5](https://github.com/grails/gorm-hibernate5) from 6.0.7 to 7.0.5. - [Release notes](https://github.com/grails/gorm-hibernate5/releases) - [Commits](https://github.com/grails/gorm-hibernate5/compare/v6.0.7...v7.0.5) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 527cb19..c938506 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { classpath "org.grails:grails-gradle-plugin:$grailsVersion" - classpath "org.grails.plugins:hibernate5:6.0.7" + classpath "org.grails.plugins:hibernate5:7.0.5" classpath "org.grails.plugins:views-gradle:1.1.5" } }