diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 44165ebf6d..703c82c899 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -189,8 +189,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") - api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.1") + api("org.apache.httpcomponents.core5:httpcore5:5.3.1") + api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.1.1") // Apache 2.0 // https://search.maven.org/artifact/com.google.code.findbugs/jsr305