@@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
41
ext. fileuploadVersion = " 1.3.3"
42
42
ext. freemarkerVersion = " 2.3.23"
43
43
ext. groovyVersion = " 2.4.15"
44
- ext. gsonVersion = " 2.8.2 "
44
+ ext. gsonVersion = " 2.8.5 "
45
45
ext. guavaVersion = " 20.0"
46
46
ext. hamcrestVersion = " 1.3"
47
47
ext. hibernate3Version = " 3.6.10.Final"
@@ -50,9 +50,9 @@ configure(allprojects) { project ->
50
50
ext. hibval4Version = " 4.3.2.Final"
51
51
ext. hibval5Version = " 5.2.5.Final"
52
52
ext. hsqldbVersion = " 2.3.4"
53
- ext. httpasyncVersion = " 4.1.3 "
54
- ext. httpclientVersion = " 4.5.5 "
55
- ext. jackson2Version = " 2.8.11.2 "
53
+ ext. httpasyncVersion = " 4.1.4 "
54
+ ext. httpclientVersion = " 4.5.6 "
55
+ ext. jackson2Version = " 2.8.11.3 "
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
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
62
62
ext. jtaVersion = " 1.2"
63
63
ext. junitVersion = " 4.12"
64
64
ext. log4jVersion = " 1.2.17"
65
- ext. nettyVersion = " 4.1.29 .Final"
65
+ ext. nettyVersion = " 4.1.31 .Final"
66
66
ext. okhttpVersion = " 2.7.5"
67
67
ext. okhttp3Version = " 3.8.1"
68
68
ext. openjpaVersion = " 2.4.2"
@@ -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.8"
78
- ext. tomcatVersion = " 8.5.34 "
78
+ ext. tomcatVersion = " 8.5.35 "
79
79
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
80
80
ext. undertowVersion = " 1.3.33.Final"
81
81
ext. xmlunitVersion = " 1.6"
0 commit comments