Skip to content

Commit

Permalink
Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4
Browse files Browse the repository at this point in the history
Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.3.1 to 5.4.
- [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.3.1...rel/v5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 20, 2024
1 parent c134e28 commit 3d3eaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
seleniumVersionStable = '4.24.0'
seleniumVersion = project.properties['seleniumVersionNightlyBuild'] ?: seleniumVersionStable
httpClientVersion = '5.3.1'
httpClientVersion = '5.4'
junitVersion = '5.11.0'
jettyVersion = '11.0.19'
nettyVersion = '4.1.113.Final'
Expand Down

0 comments on commit 3d3eaef

Please sign in to comment.