Skip to content

Commit 00aa40b

Browse files
committed
Consistent EhCache version between 4.1 and 4.0.5
1 parent ac9b64e commit 00aa40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ configure(allprojects) { project ->
107107
"http://aopalliance.sourceforge.net/doc/",
108108
"http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
109109
"http://ehcache.org/apidocs/",
110-
"http://quartz-scheduler.org/api/2.1.7/",
110+
"http://quartz-scheduler.org/api/2.2.0/",
111111
"http://jackson.codehaus.org/1.9.4/javadoc/",
112112
"http://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
113113
"http://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
@@ -530,7 +530,7 @@ project("spring-context-support") {
530530
optional("javax.mail:javax.mail-api:1.4.7")
531531
optional("javax.cache:cache-api:1.0.0")
532532
optional("com.google.guava:guava:17.0")
533-
optional("net.sf.ehcache:ehcache-core:2.6.5")
533+
optional("net.sf.ehcache:ehcache-core:2.6.7")
534534
optional("org.quartz-scheduler:quartz:1.8.6") {
535535
exclude group: "org.slf4j", module: "slf4j-log4j12"
536536
}

0 commit comments

Comments
 (0)