Skip to content

Commit 990c74b

Browse files
committed
Upgrade to Apache HttpClient 4.5.13 (and consistent Caffeine declarations)
1 parent 37bda56 commit 990c74b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ plugins {
88
id 'org.asciidoctor.jvm.pdf' version '2.4.0'
99
id 'de.undercouch.download' version '4.1.1'
1010
id "io.freefair.aspectj" version '4.1.6' apply false
11+
id "com.github.ben-manes.versions" version '0.28.0'
1112
id 'com.gradle.build-scan' version '3.2'
1213
id "com.jfrog.artifactory" version '4.12.0' apply false
13-
id "com.github.ben-manes.versions" version '0.24.0'
1414
}
1515

1616
apply from: "$rootDir/gradle/build-scan-user-data.gradle"
@@ -147,7 +147,7 @@ configure(allprojects) { project ->
147147
entry 'okhttp'
148148
entry 'mockwebserver'
149149
}
150-
dependency("org.apache.httpcomponents:httpclient:4.5.12") {
150+
dependency("org.apache.httpcomponents:httpclient:4.5.13") {
151151
exclude group: "commons-logging", name: "commons-logging"
152152
}
153153
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {

0 commit comments

Comments
 (0)