Skip to content

Commit

Permalink
Bump httpclient5 from 5.2 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps [httpclient5](https://github.com/apache/httpcomponents-client) from 5.2 to 5.2.1.
- [Release notes](https://github.com/apache/httpcomponents-client/releases)
- [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.2...rel/v5.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and asolntsev committed Dec 8, 2022
1 parent 23c6936 commit fbab66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
exclude group: 'org.slf4j'
}
implementation('org.apache.commons:commons-compress:1.22') {because 'used by webdrivermanager'}
implementation('org.apache.httpcomponents.client5:httpclient5:5.2')
implementation('org.apache.httpcomponents.client5:httpclient5:5.2.1')

compileOnly("com.github.valfirst.browserup-proxy:browserup-proxy-core:$browserupProxyVersion")
compileOnly("xyz.rogfam:littleproxy:$littleProxyVersion")
Expand Down

0 comments on commit fbab66d

Please sign in to comment.