Latest dependency updates (EhCache 2.10.4 & 3.1.4, Groovy 2.4.11, Jetty 9.4.5, Netty 4.1.10, OkHttp 3.7, Rome 1.7.2, Tomcat 8.5.14)
This commit is contained in:
parent
50235be746
commit
a12bbde87e
16
build.gradle
16
build.gradle
|
|
@ -34,13 +34,13 @@ configure(allprojects) { project ->
|
||||||
ext.aspectjVersion = "1.8.9"
|
ext.aspectjVersion = "1.8.9"
|
||||||
ext.caffeineVersion = "2.3.5"
|
ext.caffeineVersion = "2.3.5"
|
||||||
ext.eclipselinkVersion = "2.4.2"
|
ext.eclipselinkVersion = "2.4.2"
|
||||||
ext.ehcacheVersion = "2.10.3"
|
ext.ehcacheVersion = "2.10.4"
|
||||||
ext.ehcachejcacheVersion = "1.0.1"
|
ext.ehcachejcacheVersion = "1.0.1"
|
||||||
ext.ehcache3Version = "3.1.3"
|
ext.ehcache3Version = "3.1.4"
|
||||||
ext.ejbVersion = "3.0"
|
ext.ejbVersion = "3.0"
|
||||||
ext.fileuploadVersion = "1.3.2"
|
ext.fileuploadVersion = "1.3.2"
|
||||||
ext.freemarkerVersion = "2.3.23"
|
ext.freemarkerVersion = "2.3.23"
|
||||||
ext.groovyVersion = "2.4.9"
|
ext.groovyVersion = "2.4.11"
|
||||||
ext.gsonVersion = "2.8.0"
|
ext.gsonVersion = "2.8.0"
|
||||||
ext.guavaVersion = "20.0"
|
ext.guavaVersion = "20.0"
|
||||||
ext.hamcrestVersion = "1.3"
|
ext.hamcrestVersion = "1.3"
|
||||||
|
|
@ -56,26 +56,26 @@ configure(allprojects) { project ->
|
||||||
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
|
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
|
||||||
ext.javamailVersion = "1.5.6"
|
ext.javamailVersion = "1.5.6"
|
||||||
ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
|
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.jodaVersion = "2.9.9"
|
||||||
ext.jrubyVersion = "1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory)
|
ext.jrubyVersion = "1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory)
|
||||||
ext.jtaVersion = "1.2"
|
ext.jtaVersion = "1.2"
|
||||||
ext.junitVersion = "4.12"
|
ext.junitVersion = "4.12"
|
||||||
ext.log4jVersion = "1.2.17"
|
ext.log4jVersion = "1.2.17"
|
||||||
ext.nettyVersion = "4.1.8.Final"
|
ext.nettyVersion = "4.1.10.Final"
|
||||||
ext.okhttpVersion = "2.7.5"
|
ext.okhttpVersion = "2.7.5"
|
||||||
ext.okhttp3Version = "3.6.0"
|
ext.okhttp3Version = "3.7.0"
|
||||||
ext.openjpaVersion = "2.4.1"
|
ext.openjpaVersion = "2.4.1"
|
||||||
ext.poiVersion = "3.14"
|
ext.poiVersion = "3.14"
|
||||||
ext.reactorVersion = "2.0.8.RELEASE"
|
ext.reactorVersion = "2.0.8.RELEASE"
|
||||||
ext.romeVersion = "1.7.1"
|
ext.romeVersion = "1.7.2"
|
||||||
ext.slf4jVersion = "1.7.21"
|
ext.slf4jVersion = "1.7.21"
|
||||||
ext.snakeyamlVersion = "1.17"
|
ext.snakeyamlVersion = "1.17"
|
||||||
ext.snifferVersion = "1.15"
|
ext.snifferVersion = "1.15"
|
||||||
ext.testngVersion = "6.9.10"
|
ext.testngVersion = "6.9.10"
|
||||||
ext.tiles2Version = "2.2.2"
|
ext.tiles2Version = "2.2.2"
|
||||||
ext.tiles3Version = "3.0.7"
|
ext.tiles3Version = "3.0.7"
|
||||||
ext.tomcatVersion = "8.5.11"
|
ext.tomcatVersion = "8.5.14"
|
||||||
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
|
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
|
||||||
ext.undertowVersion = "1.3.28.Final"
|
ext.undertowVersion = "1.3.28.Final"
|
||||||
ext.xmlunitVersion = "1.6"
|
ext.xmlunitVersion = "1.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue