Skip to content

Commit c700ccb

Browse files
committed
Upgrade to Apache HttpClient 4.5.7
Includes Hibernate ORM 5.4.1 for integration tests.
1 parent a27a647 commit c700ccb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
testCompile("javax.ejb:javax.ejb-api:3.2")
6161
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
6262
testCompile("javax.mail:javax.mail-api:1.6.2")
63-
testCompile("org.hibernate:hibernate-core:5.3.7.Final")
63+
testCompile("org.hibernate:hibernate-core:5.4.1.Final")
6464
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
6565
// Enable use of the JUnit Platform Runner
6666
testCompile("org.junit.platform:junit-platform-runner")
@@ -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.6") {
75+
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
7676
exclude group: "commons-logging", module: "commons-logging"
7777
}
7878
testCompile("io.projectreactor.netty:reactor-netty")

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
}
4040
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.2")
4141
optional("com.squareup.okhttp3:okhttp:3.12.1")
42-
optional("org.apache.httpcomponents:httpclient:4.5.6") {
42+
optional("org.apache.httpcomponents:httpclient:4.5.7") {
4343
exclude group: "commons-logging", module: "commons-logging"
4444
}
4545
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
@@ -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.6") {
37+
optional("org.apache.httpcomponents:httpclient:4.5.7") {
3838
exclude group: "commons-logging", module: "commons-logging"
3939
}
4040
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
@@ -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.6") {
53+
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
5454
exclude group: "commons-logging", module: "commons-logging"
5555
}
5656
testCompile("commons-fileupload:commons-fileupload:1.4")

0 commit comments

Comments
 (0)