We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a14271 commit c99178eCopy full SHA for c99178e
java-client/build.gradle.kts
@@ -194,8 +194,8 @@ dependencies {
194
api("org.apache.httpcomponents.client5:httpclient5:5.4.2") {
195
exclude(group = "org.apache.httpcomponents.core5")
196
}
197
- api("org.apache.httpcomponents.core5:httpcore5:5.3.3")
198
- api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.3")
+ api("org.apache.httpcomponents.core5:httpcore5:5.3.4")
+ api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.4")
199
200
// Apache 2.0
201
// https://search.maven.org/artifact/com.google.code.findbugs/jsr305
0 commit comments