@@ -52,19 +52,19 @@ configure(allprojects) { project ->
52
52
ext. hsqldbVersion = " 2.3.4"
53
53
ext. httpasyncVersion = " 4.1.2"
54
54
ext. httpclientVersion = " 4.5.2"
55
- ext. jackson2Version = " 2.8.4 "
55
+ ext. jackson2Version = " 2.8.5 "
56
56
ext. jasperreportsVersion = " 6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
57
57
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
60
60
ext. jodaVersion = " 2.9.6"
61
61
ext. jrubyVersion = " 1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
62
62
ext. jtaVersion = " 1.2"
63
63
ext. junitVersion = " 4.12"
64
64
ext. log4jVersion = " 1.2.17"
65
65
ext. nettyVersion = " 4.1.6.Final"
66
66
ext. okhttpVersion = " 2.7.5"
67
- ext. okhttp3Version = " 3.4.2 "
67
+ ext. okhttp3Version = " 3.5.0 "
68
68
ext. openjpaVersion = " 2.4.1"
69
69
ext. poiVersion = " 3.14"
70
70
ext. reactorVersion = " 2.0.8.RELEASE"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
75
75
ext. testngVersion = " 6.9.10"
76
76
ext. tiles2Version = " 2.2.2"
77
77
ext. tiles3Version = " 3.0.7"
78
- ext. tomcatVersion = " 8.5.8 "
78
+ ext. tomcatVersion = " 8.5.9 "
79
79
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
80
80
ext. undertowVersion = " 1.3.25.Final"
81
81
ext. xmlunitVersion = " 1.6"
0 commit comments