Skip to content

Commit 53b53e2

Browse files
committed
Upgrade to Apache HttpClient 4.5.9 and Tomcat 8.5.42
1 parent 8d5c362 commit 53b53e2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ext {
5454
rxjava2Version = "2.1.17"
5555
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
5656
tiles3Version = "3.0.8"
57-
tomcatVersion = "8.5.40"
57+
tomcatVersion = "8.5.42"
5858
undertowVersion = "1.4.27.Final"
5959

6060
gradleScriptDir = "${rootProject.projectDir}/gradle"

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
7272
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)
7373
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
74-
testCompile("org.apache.httpcomponents:httpclient:4.5.8") {
74+
testCompile("org.apache.httpcomponents:httpclient:4.5.9") {
7575
exclude group: "commons-logging", module: "commons-logging"
7676
}
7777
testCompile("io.projectreactor.ipc:reactor-netty")

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
exclude group: "javax.servlet", module: "javax.servlet-api"
3838
}
3939
optional("com.squareup.okhttp3:okhttp:3.12.3")
40-
optional("org.apache.httpcomponents:httpclient:4.5.8") {
40+
optional("org.apache.httpcomponents:httpclient:4.5.9") {
4141
exclude group: "commons-logging", module: "commons-logging"
4242
}
4343
optional("org.apache.httpcomponents:httpasyncclient:4.1.4") {

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
optional("io.undertow:undertow-websockets-jsr:${undertowVersion}") {
3434
exclude group: "org.jboss.spec.javax.websocket", module: "jboss-websocket-api_1.1_spec"
3535
}
36-
optional("org.apache.httpcomponents:httpclient:4.5.8") {
36+
optional("org.apache.httpcomponents:httpclient:4.5.9") {
3737
exclude group: "commons-logging", module: "commons-logging"
3838
}
3939
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") {
5050
exclude group: "javax.servlet", module: "javax.servlet"
5151
}
52-
testCompile("org.apache.httpcomponents:httpclient:4.5.8") {
52+
testCompile("org.apache.httpcomponents:httpclient:4.5.9") {
5353
exclude group: "commons-logging", module: "commons-logging"
5454
}
5555
testCompile("commons-fileupload:commons-fileupload:1.3.3")

0 commit comments

Comments
 (0)