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 @@ -21,7 +21,7 @@ configure(allprojects) { project ->
21
21
ext. hsqldbVersion = " 2.3.1"
22
22
ext. jackson1Version = " 1.9.13"
23
23
ext. jackson2Version = " 2.3.1"
24
- ext. jettyVersion = " 9.1.1.v20140108 "
24
+ ext. jettyVersion = " 9.1.2.v20140210 "
25
25
ext. jodaVersion = " 2.3"
26
26
ext. junitVersion = " 4.11"
27
27
ext. slf4jVersion = " 1.7.5"
@@ -513,7 +513,7 @@ project("spring-context-support") {
513
513
optional(project(" :spring-tx" )) // for Quartz support
514
514
optional(" javax.mail:mail:1.4.7" )
515
515
optional(" javax.cache:cache-api:1.0.0-RC1" )
516
- optional(" com.google.guava:guava:16.0" )
516
+ optional(" com.google.guava:guava:16.0.1 " )
517
517
optional(" net.sf.ehcache:ehcache-core:2.6.5" )
518
518
optional(" org.quartz-scheduler:quartz:1.8.6" ) {
519
519
exclude group : " org.slf4j" , module : " slf4j-log4j12"
You can’t perform that action at this time.
0 commit comments