diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index ea98a85c0..adc659480 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -194,8 +194,8 @@ dependencies { api("org.apache.httpcomponents.client5:httpclient5:5.4.1") { exclude(group = "org.apache.httpcomponents.core5") } - api("org.apache.httpcomponents.core5:httpcore5:5.3.1") - api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.1") + api("org.apache.httpcomponents.core5:httpcore5:5.3.2") + api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.2") // Apache 2.0 // https://search.maven.org/artifact/com.google.code.findbugs/jsr305