Skip to content

Commit 91e6274

Browse files
committed
Upgrade to Apache HttpClient 4.5.5 and Tomcat 8.5.27
1 parent 61579ff commit 91e6274

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
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
5959
ext.rxjava2Version = "2.1.8"
6060
ext.slf4jVersion = "1.7.25"
6161
ext.tiles3Version = "3.0.8"
62-
ext.tomcatVersion = "8.5.24"
62+
ext.tomcatVersion = "8.5.27"
6363
ext.undertowVersion = "1.4.22.Final"
6464

6565
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
exclude group: "org.slf4j", module: "jcl-over-slf4j"
8282
}
8383
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
84-
testCompile("org.apache.httpcomponents:httpclient:4.5.3") {
84+
testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
8585
exclude group: "commons-logging", module: "commons-logging"
8686
}
8787
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
@@ -43,7 +43,7 @@ dependencies {
4343
}
4444
optional("io.undertow:undertow-core:${undertowVersion}")
4545
optional("com.squareup.okhttp3:okhttp:3.9.1")
46-
optional("org.apache.httpcomponents:httpclient:4.5.4") {
46+
optional("org.apache.httpcomponents:httpclient:4.5.5") {
4747
exclude group: "commons-logging", module: "commons-logging"
4848
}
4949
optional("org.apache.httpcomponents:httpasyncclient:4.1.3") {

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
optional("io.undertow:undertow-websockets-jsr:${undertowVersion}") {
4040
exclude group: "org.jboss.spec.javax.websocket", module: "jboss-websocket-api_1.1_spec"
4141
}
42-
optional("org.apache.httpcomponents:httpclient:4.5.3") {
42+
optional("org.apache.httpcomponents:httpclient:4.5.5") {
4343
exclude group: "commons-logging", module: "commons-logging"
4444
}
4545
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
@@ -64,7 +64,7 @@ dependencies {
6464
exclude group: "javax.servlet", module: "javax.servlet"
6565
}
6666
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
67-
testCompile("org.apache.httpcomponents:httpclient:4.5.3") {
67+
testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
6868
exclude group: "commons-logging", module: "commons-logging"
6969
}
7070
testCompile("commons-fileupload:commons-fileupload:1.3.3")

0 commit comments

Comments
 (0)