File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ configure(allprojects) { project ->
107
107
" http://aopalliance.sourceforge.net/doc/" ,
108
108
" http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
109
109
" http://ehcache.org/apidocs/" ,
110
- " http://quartz-scheduler.org/api/2.1.7 /" ,
110
+ " http://quartz-scheduler.org/api/2.2.0 /" ,
111
111
" http://jackson.codehaus.org/1.9.4/javadoc/" ,
112
112
" http://fasterxml.github.com/jackson-core/javadoc/2.3.0/" ,
113
113
" http://fasterxml.github.com/jackson-databind/javadoc/2.3.0/" ,
@@ -530,7 +530,7 @@ project("spring-context-support") {
530
530
optional(" javax.mail:javax.mail-api:1.4.7" )
531
531
optional(" javax.cache:cache-api:1.0.0" )
532
532
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 " )
534
534
optional(" org.quartz-scheduler:quartz:1.8.6" ) {
535
535
exclude group : " org.slf4j" , module : " slf4j-log4j12"
536
536
}
You can’t perform that action at this time.
0 commit comments