From 262cd4e9dadb6775868e1a4943ace9a6d075c89d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 06:28:16 +0000 Subject: [PATCH] Bump hibernate-ehcache from 5.1.2.Final to 5.4.26.Final Bumps [hibernate-ehcache](https://github.com/hibernate/hibernate-orm) from 5.1.2.Final to 5.4.26.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.26/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.1.2...5.4.26) 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..e66526b 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { compile "org.grails.plugins:cache" compile "org.grails.plugins:hibernate5" compile "org.hibernate:hibernate-core:5.1.2.Final" - compile "org.hibernate:hibernate-ehcache:5.1.2.Final" + compile "org.hibernate:hibernate-ehcache:5.4.26.Final" compile "org.grails.plugins:views-json" compile "org.grails.plugins:views-json-templates" console "org.grails:grails-console"