@@ -383,7 +383,7 @@ project("spring-context") {
383
383
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
384
384
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
385
385
optional(" org.beanshell:bsh:2.0b4" )
386
- optional(" org.jruby:jruby:1.7.12 " )
386
+ optional(" org.jruby:jruby:1.7.16 " )
387
387
testCompile(" javax.inject:javax.inject-tck:1" )
388
388
testCompile(" commons-dbcp:commons-dbcp:1.4" )
389
389
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
@@ -549,7 +549,7 @@ project("spring-context-support") {
549
549
optional(" net.sf.jasperreports:jasperreports:$jasperReportsVersion " ) {
550
550
exclude group : " xml-apis" , module : " xml-apis"
551
551
}
552
- testCompile(" org.apache.poi:poi:3.10-FINAL " )
552
+ testCompile(" org.apache.poi:poi:3.10.1 " )
553
553
testCompile(" commons-beanutils:commons-beanutils:1.8.0" ) // for Velocity/JasperReports
554
554
testCompile(" commons-digester:commons-digester:1.8.1" ) // for Velocity/JasperReports
555
555
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
@@ -716,7 +716,7 @@ project("spring-webmvc") {
716
716
optional(" javax.servlet.jsp:javax.servlet.jsp-api:2.2.1" )
717
717
optional(" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1" )
718
718
optional(" net.sourceforge.jexcelapi:jxl:2.6.12" )
719
- optional(" org.apache.poi:poi:3.10-FINAL " )
719
+ optional(" org.apache.poi:poi:3.10.1 " )
720
720
optional(" org.apache.velocity:velocity:1.7" )
721
721
optional(" velocity-tools:velocity-tools-view:1.4" )
722
722
optional(" org.freemarker:freemarker:2.3.20" )
0 commit comments