File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ plugins {
8
8
id ' org.asciidoctor.jvm.pdf' version ' 2.4.0'
9
9
id ' de.undercouch.download' version ' 4.1.1'
10
10
id " io.freefair.aspectj" version ' 4.1.6' apply false
11
+ id " com.github.ben-manes.versions" version ' 0.28.0'
11
12
id ' com.gradle.build-scan' version ' 3.2'
12
13
id " com.jfrog.artifactory" version ' 4.12.0' apply false
13
- id " com.github.ben-manes.versions" version ' 0.24.0'
14
14
}
15
15
16
16
apply from : " $rootDir /gradle/build-scan-user-data.gradle"
@@ -147,7 +147,7 @@ configure(allprojects) { project ->
147
147
entry ' okhttp'
148
148
entry ' mockwebserver'
149
149
}
150
- dependency(" org.apache.httpcomponents:httpclient:4.5.12 " ) {
150
+ dependency(" org.apache.httpcomponents:httpclient:4.5.13 " ) {
151
151
exclude group : " commons-logging" , name : " commons-logging"
152
152
}
153
153
dependency(" org.apache.httpcomponents:httpasyncclient:4.1.4" ) {
You can’t perform that action at this time.
0 commit comments