Skip to content

Commit

Permalink
Bump httpclient5 from 5.1.1 to 5.1.2 (Skytils#102)
Browse files Browse the repository at this point in the history
Bumps [httpclient5](https://github.com/apache/httpcomponents-client) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/apache/httpcomponents-client/releases)
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.1.2/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.1.1...rel/v5.1.2)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  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>
  • Loading branch information
dependabot[bot] authored Nov 17, 2021
1 parent 8553396 commit 9fa7f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
exclude(module = "gson")
}

shadowMe("org.apache.httpcomponents.client5:httpclient5:5.1.1")
shadowMe("org.apache.httpcomponents.client5:httpclient5:5.1.2")
shadowMe("com.github.Skytils:Hylin:a9899c8c03") {
exclude(module = "kotlin-reflect")
exclude(module = "kotlin-stdlib-jdk8")
Expand Down

0 comments on commit 9fa7f36

Please sign in to comment.