Skip to content

Commit 457ef70

Browse files
l-trottadonoghuc
andauthored
Adopt latest patch release for http client (#1227) (#1232)
This commit updates the `org.apache.httpcomponents.client5` dep to get the latest bug fixes. Release notes: https://github.com/apache/httpcomponents-client/blob/rel/v5.6.1/RELEASE_NOTES.txt Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
1 parent 75fb2da commit 457ef70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rest5-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ signing {
140140
dependencies {
141141
// Apache 2.0
142142
// https://hc.apache.org/httpcomponents-client-ga/
143-
api("org.apache.httpcomponents.client5","httpclient5","5.6")
143+
api("org.apache.httpcomponents.client5","httpclient5","5.6.1")
144144

145145
// Apache 2.0
146146
// http://commons.apache.org/logging/

0 commit comments

Comments
 (0)