Skip to content

Commit c7a867c

Browse files
committed
Latest dependency updates (Guava 18.0, Derby 10.11.1.1, H2 1.4.181, POI 3.10.1, JAMon 2.79, JRuby 1.7.16)
1 parent 0cc877a commit c7a867c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ project("spring-aop") {
404404
compile("aopalliance:aopalliance:1.0")
405405
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
406406
optional("commons-pool:commons-pool:1.6")
407-
optional("com.jamonapi:jamon:2.78")
407+
optional("com.jamonapi:jamon:2.79")
408408
}
409409
}
410410

@@ -459,7 +459,7 @@ project("spring-context") {
459459
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
460460
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
461461
optional("org.beanshell:bsh:2.0b4")
462-
optional("org.jruby:jruby:1.7.12")
462+
optional("org.jruby:jruby:1.7.16")
463463
testCompile("javax.inject:javax.inject-tck:1")
464464
testCompile("commons-dbcp:commons-dbcp:1.4")
465465
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
@@ -591,9 +591,9 @@ project("spring-jdbc") {
591591
optional("javax.transaction:javax.transaction-api:1.2")
592592
optional("com.mchange:c3p0:0.9.2.1")
593593
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")
597597
}
598598
}
599599

@@ -608,7 +608,7 @@ project("spring-context-support") {
608608
optional(project(":spring-tx")) // for Quartz support
609609
optional("javax.mail:javax.mail-api:1.5.2")
610610
optional("javax.cache:cache-api:1.0.0")
611-
optional("com.google.guava:guava:17.0")
611+
optional("com.google.guava:guava:18.0")
612612
optional("net.sf.ehcache:ehcache:${ehcacheVersion}")
613613
optional("org.quartz-scheduler:quartz:2.2.1")
614614
optional("org.codehaus.fabric3.api:commonj:1.1.0")
@@ -623,7 +623,7 @@ project("spring-context-support") {
623623
exclude group: "xml-apis", module: "xml-apis"
624624
}
625625
testCompile(project(":spring-context"))
626-
testCompile("org.apache.poi:poi:3.10-FINAL")
626+
testCompile("org.apache.poi:poi:3.10.1")
627627
testCompile("commons-beanutils:commons-beanutils:1.8.0") // for Velocity/JasperReports
628628
testCompile("commons-digester:commons-digester:1.8.1") // for Velocity/JasperReports
629629
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
@@ -821,7 +821,7 @@ project("spring-webmvc") {
821821
optional("javax.servlet.jsp:javax.servlet.jsp-api:2.2.1")
822822
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
823823
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")
825825
optional("org.apache.velocity:velocity:1.7")
826826
optional("velocity-tools:velocity-tools-view:1.4")
827827
optional("org.freemarker:freemarker:2.3.20")

0 commit comments

Comments
 (0)