Skip to content

Commit

Permalink
Bump httpclient from 4.5.13 to 4.5.14 (#70)
Browse files Browse the repository at this point in the history
Bumps httpclient from 4.5.13 to 4.5.14.

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Strittmatter <[email protected]>
  • Loading branch information
dependabot[bot] and stritti authored May 17, 2024
1 parent 253716a commit 01b5d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ configurations {

dependencies {
implementation group: 'com.konghq', name: 'unirest-java', version: '3.14.5'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
implementation group: 'org.json', name: 'json', version: '20230227'
implementation group: 'com.google.code.gson', name: 'gson', version:'2.9.1'
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
Expand Down

0 comments on commit 01b5d80

Please sign in to comment.