@@ -46,18 +46,18 @@ configure(allprojects) { project ->
46
46
ext. hamcrestVersion = " 1.3"
47
47
ext. hibernate3Version = " 3.6.10.Final"
48
48
ext. hibernate4Version = " 4.3.11.Final"
49
- ext. hibernate5Version = " 5.2.8 .Final"
49
+ ext. hibernate5Version = " 5.2.9 .Final"
50
50
ext. hibval4Version = " 4.3.2.Final"
51
- ext. hibval5Version = " 5.2.4 .Final"
51
+ ext. hibval5Version = " 5.2.5 .Final"
52
52
ext. hsqldbVersion = " 2.3.4"
53
53
ext. httpasyncVersion = " 4.1.3"
54
54
ext. httpclientVersion = " 4.5.3"
55
55
ext. jackson2Version = " 2.8.7"
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
58
ext. jettyVersion = " 9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
59
- ext. jetty94Version = " 9.4.2.v20170220 " // for spring-websocket support, optimized for Jetty 9.4
60
- ext. jodaVersion = " 2.9.7 "
59
+ ext. jetty94Version = " 9.4.3.v20170317 " // for spring-websocket support, optimized for Jetty 9.4
60
+ ext. jodaVersion = " 2.9.9 "
61
61
ext. jrubyVersion = " 1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory)
62
62
ext. jtaVersion = " 1.2"
63
63
ext. junitVersion = " 4.12"
@@ -77,7 +77,7 @@ configure(allprojects) { project ->
77
77
ext. tiles3Version = " 3.0.7"
78
78
ext. tomcatVersion = " 8.5.11"
79
79
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
80
- ext. undertowVersion = " 1.3.27 .Final"
80
+ ext. undertowVersion = " 1.3.28 .Final"
81
81
ext. xmlunitVersion = " 1.6"
82
82
ext. xstreamVersion = " 1.4.9"
83
83
0 commit comments