diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index ea98a85c0..7094776fe 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -195,7 +195,7 @@ dependencies { 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-h2:5.3.2") // Apache 2.0 // https://search.maven.org/artifact/com.google.code.findbugs/jsr305