1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5 (#8795)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-22 17:21:46 +02:00
committed by GitHub
parent 56608e28c7
commit ca80fb4767

View File

@@ -60,7 +60,7 @@ gradlePlugin-mavenSympathy = "io.github.usefulness.maven-sympathy:io.github.usef
gradlePlugin-shadow = "com.gradleup.shadow:shadow-gradle-plugin:8.3.6"
gradlePlugin-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.0.3"
hamcrestLibrary = "org.hamcrest:hamcrest-library:3.0"
httpClient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.4"
httpClient5 = "org.apache.httpcomponents.client5:httpclient5:5.5"
jettyClient = "org.eclipse.jetty:jetty-client:9.4.57.v20241219"
jnr-unixsocket = "com.github.jnr:jnr-unixsocket:0.38.23"
jsoup = "org.jsoup:jsoup:1.20.1"