We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bd5c6 commit ecc4f67Copy full SHA for ecc4f67
envoy-control-tests/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: versions.okhttp
12
13
implementation "org.apache.httpcomponents:httpcore:4.4.15"
14
- implementation "org.apache.httpcomponents:httpclient:4.5.5"
+ implementation "org.apache.httpcomponents:httpclient:4.5.13"
15
16
implementation group: 'eu.rekawek.toxiproxy', name: 'toxiproxy-java', version: versions.toxiproxy
17
runtimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit
0 commit comments