Skip to content

Commit 3334495

Browse files
committed
Upgrade to Apache HttpClient 4.5.5 and Tomcat 8.5.27
1 parent 03b2d93 commit 3334495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
5151
ext.hibval5Version = "5.2.5.Final"
5252
ext.hsqldbVersion = "2.3.4"
5353
ext.httpasyncVersion = "4.1.3"
54-
ext.httpclientVersion = "4.5.3"
54+
ext.httpclientVersion = "4.5.5"
5555
ext.jackson2Version = "2.8.11"
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"
@@ -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.24"
78+
ext.tomcatVersion = "8.5.27"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
8080
ext.undertowVersion = "1.3.33.Final"
8181
ext.xmlunitVersion = "1.6"

0 commit comments

Comments
 (0)