From 09d79ce574bf6fe40818644f66b4cc370957179e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 06:25:53 +0000 Subject: [PATCH] Bump hibernate-ehcache from 5.1.2.Final to 5.4.28.Final Bumps [hibernate-ehcache](https://github.com/hibernate/hibernate-orm) from 5.1.2.Final to 5.4.28.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.28/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.1.2...5.4.28) 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..2e39ec1 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.28.Final" compile "org.grails.plugins:views-json" compile "org.grails.plugins:views-json-templates" console "org.grails:grails-console"