Skip to content

Commit 8310eb3

Browse files
committed
Latest dependency updates (OkHttp 3.5, Jackson 2.8.5, Jetty 9.3.14, Tomcat 8.5.9)
1 parent b9c4f1f commit 8310eb3

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
@@ -52,19 +52,19 @@ configure(allprojects) { project ->
5252
ext.hsqldbVersion = "2.3.4"
5353
ext.httpasyncVersion = "4.1.2"
5454
ext.httpclientVersion = "4.5.2"
55-
ext.jackson2Version = "2.8.4"
55+
ext.jackson2Version = "2.8.5"
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"
58-
ext.jettyVersion = "9.3.13.v20161014"
59-
ext.jetty94Version = "9.4.0.v20161208" // for spring-websocket support
58+
ext.jettyVersion = "9.3.14.v20161028"
59+
ext.jetty94Version = "9.4.0.v20161208" // for spring-websocket support
6060
ext.jodaVersion = "2.9.6"
6161
ext.jrubyVersion = "1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
6464
ext.log4jVersion = "1.2.17"
6565
ext.nettyVersion = "4.1.6.Final"
6666
ext.okhttpVersion = "2.7.5"
67-
ext.okhttp3Version = "3.4.2"
67+
ext.okhttp3Version = "3.5.0"
6868
ext.openjpaVersion = "2.4.1"
6969
ext.poiVersion = "3.14"
7070
ext.reactorVersion = "2.0.8.RELEASE"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
7575
ext.testngVersion = "6.9.10"
7676
ext.tiles2Version = "2.2.2"
7777
ext.tiles3Version = "3.0.7"
78-
ext.tomcatVersion = "8.5.8"
78+
ext.tomcatVersion = "8.5.9"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
8080
ext.undertowVersion = "1.3.25.Final"
8181
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)