Skip to content

Commit f41e0bc

Browse files
committed
Latest dependency updates (POI 3.10.1, JRuby 1.7.16)
1 parent c7b6b72 commit f41e0bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ project("spring-context") {
383383
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
384384
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
385385
optional("org.beanshell:bsh:2.0b4")
386-
optional("org.jruby:jruby:1.7.12")
386+
optional("org.jruby:jruby:1.7.16")
387387
testCompile("javax.inject:javax.inject-tck:1")
388388
testCompile("commons-dbcp:commons-dbcp:1.4")
389389
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
@@ -549,7 +549,7 @@ project("spring-context-support") {
549549
optional("net.sf.jasperreports:jasperreports:$jasperReportsVersion") {
550550
exclude group: "xml-apis", module: "xml-apis"
551551
}
552-
testCompile("org.apache.poi:poi:3.10-FINAL")
552+
testCompile("org.apache.poi:poi:3.10.1")
553553
testCompile("commons-beanutils:commons-beanutils:1.8.0") // for Velocity/JasperReports
554554
testCompile("commons-digester:commons-digester:1.8.1") // for Velocity/JasperReports
555555
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
@@ -716,7 +716,7 @@ project("spring-webmvc") {
716716
optional("javax.servlet.jsp:javax.servlet.jsp-api:2.2.1")
717717
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
718718
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")
720720
optional("org.apache.velocity:velocity:1.7")
721721
optional("velocity-tools:velocity-tools-view:1.4")
722722
optional("org.freemarker:freemarker:2.3.20")

0 commit comments

Comments
 (0)