From 6a526f16dbe304629eb92e3ee96d8ffdd9b7e905 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 06:04:45 +0000 Subject: [PATCH] Bump hibernate-core from 5.1.2.Final to 5.5.3.Final Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.1.2.Final to 5.5.3.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.3) 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..a7bc3d1 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.3.Final" compile "org.hibernate:hibernate-ehcache:5.1.2.Final" compile "org.grails.plugins:views-json" compile "org.grails.plugins:views-json-templates"