Skip to content

Commit a12bbde

Browse files
committed
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)
1 parent 50235be commit a12bbde

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
@@ -34,13 +34,13 @@ configure(allprojects) { project ->
3434
ext.aspectjVersion = "1.8.9"
3535
ext.caffeineVersion = "2.3.5"
3636
ext.eclipselinkVersion = "2.4.2"
37-
ext.ehcacheVersion = "2.10.3"
37+
ext.ehcacheVersion = "2.10.4"
3838
ext.ehcachejcacheVersion = "1.0.1"
39-
ext.ehcache3Version = "3.1.3"
39+
ext.ehcache3Version = "3.1.4"
4040
ext.ejbVersion = "3.0"
4141
ext.fileuploadVersion = "1.3.2"
4242
ext.freemarkerVersion = "2.3.23"
43-
ext.groovyVersion = "2.4.9"
43+
ext.groovyVersion = "2.4.11"
4444
ext.gsonVersion = "2.8.0"
4545
ext.guavaVersion = "20.0"
4646
ext.hamcrestVersion = "1.3"
@@ -56,26 +56,26 @@ configure(allprojects) { project ->
5656
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
5757
ext.javamailVersion = "1.5.6"
5858
ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
59-
ext.jetty94Version = "9.4.3.v20170317" // for spring-websocket support, optimized for Jetty 9.4
59+
ext.jetty94Version = "9.4.5.v20170502" // for spring-websocket support, optimized for Jetty 9.4
6060
ext.jodaVersion = "2.9.9"
6161
ext.jrubyVersion = "1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory)
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
6464
ext.log4jVersion = "1.2.17"
65-
ext.nettyVersion = "4.1.8.Final"
65+
ext.nettyVersion = "4.1.10.Final"
6666
ext.okhttpVersion = "2.7.5"
67-
ext.okhttp3Version = "3.6.0"
67+
ext.okhttp3Version = "3.7.0"
6868
ext.openjpaVersion = "2.4.1"
6969
ext.poiVersion = "3.14"
7070
ext.reactorVersion = "2.0.8.RELEASE"
71-
ext.romeVersion = "1.7.1"
71+
ext.romeVersion = "1.7.2"
7272
ext.slf4jVersion = "1.7.21"
7373
ext.snakeyamlVersion = "1.17"
7474
ext.snifferVersion = "1.15"
7575
ext.testngVersion = "6.9.10"
7676
ext.tiles2Version = "2.2.2"
7777
ext.tiles3Version = "3.0.7"
78-
ext.tomcatVersion = "8.5.11"
78+
ext.tomcatVersion = "8.5.14"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
8080
ext.undertowVersion = "1.3.28.Final"
8181
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)