Skip to content

Commit d198626

Browse files
committed
Upgrade to Gradle 4.4 (and Apache HttpClient 4.5.4)
Issue: SPR-16237
1 parent 767ea9d commit d198626

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ configure(rootProject) {
274274

275275
task wrapper(type: Wrapper) {
276276
description = "Generates gradlew[.bat] scripts"
277-
gradleVersion = '4.3.1'
277+
gradleVersion = '4.4'
278278

279279
doLast() {
280280
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"

gradle/wrapper/gradle-wrapper.jar

19 Bytes
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
zipStorePath=wrapper/dists
53
zipStoreBase=GRADLE_USER_HOME
4+
zipStorePath=wrapper/dists
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip

spring-web/spring-web.gradle

+1-1
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.3") {
46+
optional("org.apache.httpcomponents:httpclient:4.5.4") {
4747
exclude group: "commons-logging", module: "commons-logging"
4848
}
4949
optional("org.apache.httpcomponents:httpasyncclient:4.1.3") {

0 commit comments

Comments
 (0)