summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2017-07-04 11:41:53 +0200
committerEmmanuel Bourg <ebourg@apache.org>2017-07-04 11:41:53 +0200
commit16cac1f52d8e8159e0e688b2fda3f89291cec969 (patch)
tree027fd3c0b671bf73a45f27af2a16881c4098f7e7 /build.gradle
parent5b251f9ca7596793d669a9a36eb0d83ccd56f983 (diff)
New upstream version 4.3.9
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle18
1 files changed, 9 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle
index a812c97f..8e17ab98 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,13 +34,13 @@ configure(allprojects) { project ->
ext.aspectjVersion = "1.8.9"
ext.caffeineVersion = "2.3.5"
ext.eclipselinkVersion = "2.4.2"
- ext.ehcacheVersion = "2.10.3"
+ ext.ehcacheVersion = "2.10.4"
ext.ehcachejcacheVersion = "1.0.1"
- ext.ehcache3Version = "3.1.3"
+ ext.ehcache3Version = "3.1.4"
ext.ejbVersion = "3.0"
ext.fileuploadVersion = "1.3.2"
ext.freemarkerVersion = "2.3.23"
- ext.groovyVersion = "2.4.9"
+ ext.groovyVersion = "2.4.11"
ext.gsonVersion = "2.8.0"
ext.guavaVersion = "20.0"
ext.hamcrestVersion = "1.3"
@@ -56,28 +56,28 @@ configure(allprojects) { project ->
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
ext.javamailVersion = "1.5.6"
ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
- ext.jetty94Version = "9.4.3.v20170317" // for spring-websocket support, optimized for Jetty 9.4
+ ext.jetty94Version = "9.4.5.v20170502" // for spring-websocket support, optimized for Jetty 9.4
ext.jodaVersion = "2.9.9"
ext.jrubyVersion = "1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory)
ext.jtaVersion = "1.2"
ext.junitVersion = "4.12"
ext.log4jVersion = "1.2.17"
- ext.nettyVersion = "4.1.8.Final"
+ ext.nettyVersion = "4.1.11.Final"
ext.okhttpVersion = "2.7.5"
- ext.okhttp3Version = "3.6.0"
+ ext.okhttp3Version = "3.7.0"
ext.openjpaVersion = "2.4.1"
ext.poiVersion = "3.14"
ext.reactorVersion = "2.0.8.RELEASE"
- ext.romeVersion = "1.7.1"
+ ext.romeVersion = "1.7.2"
ext.slf4jVersion = "1.7.21"
ext.snakeyamlVersion = "1.17"
ext.snifferVersion = "1.15"
ext.testngVersion = "6.9.10"
ext.tiles2Version = "2.2.2"
ext.tiles3Version = "3.0.7"
- ext.tomcatVersion = "8.5.11"
+ ext.tomcatVersion = "8.5.15"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
- ext.undertowVersion = "1.3.28.Final"
+ ext.undertowVersion = "1.3.30.Final"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.9"