From e84ded7e947217d182ba189ac7f800060cb4e0c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 09:24:07 +0000 Subject: [PATCH] Bump ehcache-core from 2.4.8 to 2.6.11 Bumps ehcache-core from 2.4.8 to 2.6.11. Signed-off-by: dependabot-preview[bot] --- grails-datastore-gorm-hibernate5/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grails-datastore-gorm-hibernate5/build.gradle b/grails-datastore-gorm-hibernate5/build.gradle index 995a1d096..02083965c 100644 --- a/grails-datastore-gorm-hibernate5/build.gradle +++ b/grails-datastore-gorm-hibernate5/build.gradle @@ -23,7 +23,7 @@ dependencies { runtime "javax.xml.bind:jaxb-api:$jaxbVersion" runtime "com.sun.xml.bind:jaxb-impl:$jaxbVersion" - compileOnly ("net.sf.ehcache:ehcache-core:2.4.8") { + compileOnly ("net.sf.ehcache:ehcache-core:2.6.11") { exclude group: 'commons-logging', module:'commons-logging' } @@ -46,7 +46,7 @@ dependencies { testCompile "org.grails:grails-datastore-gorm-tck:$gormVersion" testCompile "com.h2database:h2:1.3.164" - testCompile "net.sf.ehcache:ehcache-core:2.4.6" + testCompile "net.sf.ehcache:ehcache-core:2.6.11" testCompile "org.hibernate:hibernate-ehcache:$hibernate5Version" testCompile "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"