Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 751fa26

Browse files
authored
Merge pull request #186 from grails/dependabot/gradle/7.0.x/net.sf.ehcache-ehcache-core-2.6.11
Bump ehcache-core from 2.4.8 to 2.6.11
2 parents ee41e9f + e84ded7 commit 751fa26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-datastore-gorm-hibernate5/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
runtime "javax.xml.bind:jaxb-api:$jaxbVersion"
2424
runtime "com.sun.xml.bind:jaxb-impl:$jaxbVersion"
2525

26-
compileOnly ("net.sf.ehcache:ehcache-core:2.4.8") {
26+
compileOnly ("net.sf.ehcache:ehcache-core:2.6.11") {
2727
exclude group: 'commons-logging', module:'commons-logging'
2828
}
2929

@@ -46,7 +46,7 @@ dependencies {
4646
testCompile "org.grails:grails-datastore-gorm-tck:$gormVersion"
4747
testCompile "com.h2database:h2:1.3.164"
4848

49-
testCompile "net.sf.ehcache:ehcache-core:2.4.6"
49+
testCompile "net.sf.ehcache:ehcache-core:2.6.11"
5050
testCompile "org.hibernate:hibernate-ehcache:$hibernate5Version"
5151

5252
testCompile "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"

0 commit comments

Comments
 (0)