From bf2f5a538d9df9a11210b4ce14c5c3daff3bb2d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 06:10:25 +0000 Subject: [PATCH] Bump hibernate-core from 5.1.2.Final to 5.5.0.Final Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.1.2.Final to 5.5.0.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.1.2...5.5.0) 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..2514150 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { compile "org.grails:grails-logging" compile "org.grails.plugins:cache" compile "org.grails.plugins:hibernate5" - compile "org.hibernate:hibernate-core:5.1.2.Final" + compile "org.hibernate:hibernate-core:5.5.0.Final" compile "org.hibernate:hibernate-ehcache:5.1.2.Final" compile "org.grails.plugins:views-json" compile "org.grails.plugins:views-json-templates"