From 015afef52bc6be494132e7221602e400890cc9df Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 26 Nov 2014 11:27:53 +0100 Subject: [PATCH] Latest dependency updates (JasperReports 6.0, Jackson 2.4.4, Jetty 9.2.5, JRuby 1.7.16.1) --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 392f1e08e15..1fb18c06465 100644 --- a/build.gradle +++ b/build.gradle @@ -38,9 +38,9 @@ configure(allprojects) { project -> ext.hibVal4Version = "4.3.2.Final" ext.hibVal5Version = "5.1.3.Final" ext.hsqldbVersion = "2.3.2" - ext.jackson2Version = "2.4.3" - ext.jasperReportsVersion = "5.6.1" - ext.jettyVersion = "9.2.4.v20141103" + ext.jackson2Version = "2.4.4" + ext.jasperReportsVersion = "6.0.0" + ext.jettyVersion = "9.2.5.v20141112" ext.jodaVersion = "2.5" ext.junitVersion = "4.11" ext.nettyVersion = "4.0.24.Final" @@ -53,7 +53,7 @@ configure(allprojects) { project -> ext.tiles2Version = "2.2.2" ext.tiles3Version = "3.0.5" ext.tomcatVersion = "8.0.15" - ext.tyrusVersion = "1.3.5" + ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support ext.undertowVersion = "1.1.0.Final" ext.woodstoxVersion = "4.4.1" ext.xstreamVersion = "1.4.7" @@ -460,7 +460,7 @@ project("spring-context") { optional("org.aspectj:aspectjweaver:${aspectjVersion}") optional("org.codehaus.groovy:groovy-all:${groovyVersion}") optional("org.beanshell:bsh:2.0b4") - optional("org.jruby:jruby:1.7.16") + optional("org.jruby:jruby:1.7.16.1") testCompile("javax.inject:javax.inject-tck:1") testCompile("commons-dbcp:commons-dbcp:1.4") testCompile("org.slf4j:slf4j-api:${slf4jVersion}")