We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e3ffa commit d8b915cCopy full SHA for d8b915c
java-client/build.gradle.kts
@@ -194,8 +194,8 @@ dependencies {
194
api("org.apache.httpcomponents.client5:httpclient5:5.4.1") {
195
exclude(group = "org.apache.httpcomponents.core5")
196
}
197
- api("org.apache.httpcomponents.core5:httpcore5:5.3.2")
198
- api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.2")
+ api("org.apache.httpcomponents.core5:httpcore5:5.3.3")
+ api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.3")
199
200
// Apache 2.0
201
// https://search.maven.org/artifact/com.google.code.findbugs/jsr305
0 commit comments