Skip to content

Commit 015afef

Browse files
committed
Latest dependency updates (JasperReports 6.0, Jackson 2.4.4, Jetty 9.2.5, JRuby 1.7.16.1)
1 parent 24834f6 commit 015afef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ configure(allprojects) { project ->
3838
ext.hibVal4Version = "4.3.2.Final"
3939
ext.hibVal5Version = "5.1.3.Final"
4040
ext.hsqldbVersion = "2.3.2"
41-
ext.jackson2Version = "2.4.3"
42-
ext.jasperReportsVersion = "5.6.1"
43-
ext.jettyVersion = "9.2.4.v20141103"
41+
ext.jackson2Version = "2.4.4"
42+
ext.jasperReportsVersion = "6.0.0"
43+
ext.jettyVersion = "9.2.5.v20141112"
4444
ext.jodaVersion = "2.5"
4545
ext.junitVersion = "4.11"
4646
ext.nettyVersion = "4.0.24.Final"
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
5353
ext.tiles2Version = "2.2.2"
5454
ext.tiles3Version = "3.0.5"
5555
ext.tomcatVersion = "8.0.15"
56-
ext.tyrusVersion = "1.3.5"
56+
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
5757
ext.undertowVersion = "1.1.0.Final"
5858
ext.woodstoxVersion = "4.4.1"
5959
ext.xstreamVersion = "1.4.7"
@@ -460,7 +460,7 @@ project("spring-context") {
460460
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
461461
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
462462
optional("org.beanshell:bsh:2.0b4")
463-
optional("org.jruby:jruby:1.7.16")
463+
optional("org.jruby:jruby:1.7.16.1")
464464
testCompile("javax.inject:javax.inject-tck:1")
465465
testCompile("commons-dbcp:commons-dbcp:1.4")
466466
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")

0 commit comments

Comments
 (0)