@@ -404,7 +404,7 @@ project("spring-aop") {
404
404
compile(" aopalliance:aopalliance:1.0" )
405
405
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
406
406
optional(" commons-pool:commons-pool:1.6" )
407
- optional(" com.jamonapi:jamon:2.78 " )
407
+ optional(" com.jamonapi:jamon:2.79 " )
408
408
}
409
409
}
410
410
@@ -459,7 +459,7 @@ project("spring-context") {
459
459
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
460
460
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
461
461
optional(" org.beanshell:bsh:2.0b4" )
462
- optional(" org.jruby:jruby:1.7.12 " )
462
+ optional(" org.jruby:jruby:1.7.16 " )
463
463
testCompile(" javax.inject:javax.inject-tck:1" )
464
464
testCompile(" commons-dbcp:commons-dbcp:1.4" )
465
465
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
@@ -591,9 +591,9 @@ project("spring-jdbc") {
591
591
optional(" javax.transaction:javax.transaction-api:1.2" )
592
592
optional(" com.mchange:c3p0:0.9.2.1" )
593
593
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
594
- optional(" com.h2database:h2:1.4.180 " )
595
- optional(" org.apache.derby:derby:10.10.2.0 " )
596
- optional(" org.apache.derby:derbyclient:10.10.2.0 " )
594
+ optional(" com.h2database:h2:1.4.181 " )
595
+ optional(" org.apache.derby:derby:10.11.1.1 " )
596
+ optional(" org.apache.derby:derbyclient:10.11.1.1 " )
597
597
}
598
598
}
599
599
@@ -608,7 +608,7 @@ project("spring-context-support") {
608
608
optional(project(" :spring-tx" )) // for Quartz support
609
609
optional(" javax.mail:javax.mail-api:1.5.2" )
610
610
optional(" javax.cache:cache-api:1.0.0" )
611
- optional(" com.google.guava:guava:17 .0" )
611
+ optional(" com.google.guava:guava:18 .0" )
612
612
optional(" net.sf.ehcache:ehcache:${ ehcacheVersion} " )
613
613
optional(" org.quartz-scheduler:quartz:2.2.1" )
614
614
optional(" org.codehaus.fabric3.api:commonj:1.1.0" )
@@ -623,7 +623,7 @@ project("spring-context-support") {
623
623
exclude group : " xml-apis" , module : " xml-apis"
624
624
}
625
625
testCompile(project(" :spring-context" ))
626
- testCompile(" org.apache.poi:poi:3.10-FINAL " )
626
+ testCompile(" org.apache.poi:poi:3.10.1 " )
627
627
testCompile(" commons-beanutils:commons-beanutils:1.8.0" ) // for Velocity/JasperReports
628
628
testCompile(" commons-digester:commons-digester:1.8.1" ) // for Velocity/JasperReports
629
629
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
@@ -821,7 +821,7 @@ project("spring-webmvc") {
821
821
optional(" javax.servlet.jsp:javax.servlet.jsp-api:2.2.1" )
822
822
optional(" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1" )
823
823
optional(" net.sourceforge.jexcelapi:jxl:2.6.12" )
824
- optional(" org.apache.poi:poi:3.10-FINAL " )
824
+ optional(" org.apache.poi:poi:3.10.1 " )
825
825
optional(" org.apache.velocity:velocity:1.7" )
826
826
optional(" velocity-tools:velocity-tools-view:1.4" )
827
827
optional(" org.freemarker:freemarker:2.3.20" )
0 commit comments