Skip to content

Commit

Permalink
Bump httpclient from 4.5.5 to 4.5.13
Browse files Browse the repository at this point in the history
Bumps httpclient from 4.5.5 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2022
1 parent d8c0bf7 commit f995425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy-control-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: versions.okhttp

implementation "org.apache.httpcomponents:httpcore:4.4.9"
implementation "org.apache.httpcomponents:httpclient:4.5.5"
implementation "org.apache.httpcomponents:httpclient:4.5.13"

implementation group: 'eu.rekawek.toxiproxy', name: 'toxiproxy-java', version: versions.toxiproxy
runtimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit
Expand Down

0 comments on commit f995425

Please sign in to comment.