We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b2d93 commit 3334495Copy full SHA for 3334495
build.gradle
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
51
ext.hibval5Version = "5.2.5.Final"
52
ext.hsqldbVersion = "2.3.4"
53
ext.httpasyncVersion = "4.1.3"
54
- ext.httpclientVersion = "4.5.3"
+ ext.httpclientVersion = "4.5.5"
55
ext.jackson2Version = "2.8.11"
56
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
57
ext.javamailVersion = "1.5.6"
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
75
ext.testngVersion = "6.9.10"
76
ext.tiles2Version = "2.2.2"
77
ext.tiles3Version = "3.0.7"
78
- ext.tomcatVersion = "8.5.24"
+ ext.tomcatVersion = "8.5.27"
79
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
80
ext.undertowVersion = "1.3.33.Final"
81
ext.xmlunitVersion = "1.6"
0 commit comments