Skip to content

Commit 95232d5

Browse files
committed
Upgrade to Apache HttpClient 4.5.8 and Jetty Reactive HttpClient 1.0.3
1 parent 97b83a3 commit 95232d5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

spring-test/spring-test.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
7373
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)
7474
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
75-
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
75+
testCompile("org.apache.httpcomponents:httpclient:4.5.8") {
7676
exclude group: "commons-logging", module: "commons-logging"
7777
}
7878
testCompile("io.projectreactor.netty:reactor-netty")

spring-web/spring-web.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ dependencies {
3737
optional("org.eclipse.jetty:jetty-servlet") {
3838
exclude group: "javax.servlet", module: "javax.servlet-api"
3939
}
40-
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.2")
40+
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
4141
optional("com.squareup.okhttp3:okhttp:3.14.0")
42-
optional("org.apache.httpcomponents:httpclient:4.5.7") {
42+
optional("org.apache.httpcomponents:httpclient:4.5.8") {
4343
exclude group: "commons-logging", module: "commons-logging"
4444
}
4545
optional("org.apache.httpcomponents:httpasyncclient:4.1.4") {

spring-webflux/spring-webflux.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
optional("io.undertow:undertow-websockets-jsr:${undertowVersion}") {
3535
exclude group: "org.jboss.spec.javax.websocket", module: "jboss-websocket-api_1.1_spec"
3636
}
37-
optional("org.apache.httpcomponents:httpclient:4.5.7") {
37+
optional("org.apache.httpcomponents:httpclient:4.5.8") {
3838
exclude group: "commons-logging", module: "commons-logging"
3939
}
4040
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
@@ -50,7 +50,7 @@ dependencies {
5050
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
5151
testCompile("org.eclipse.jetty:jetty-server")
5252
testCompile("org.eclipse.jetty:jetty-servlet")
53-
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.2")
53+
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
5454
testCompile("com.squareup.okhttp3:mockwebserver:3.14.0")
5555
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
5656
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")

spring-webmvc/spring-webmvc.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testCompile("org.eclipse.jetty:jetty-server") {
5151
exclude group: "javax.servlet", module: "javax.servlet"
5252
}
53-
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
53+
testCompile("org.apache.httpcomponents:httpclient:4.5.8") {
5454
exclude group: "commons-logging", module: "commons-logging"
5555
}
5656
testCompile("commons-fileupload:commons-fileupload:1.4")

0 commit comments

Comments
 (0)