diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 7fd07a43e5..7d2946497f 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -162,8 +162,8 @@ dependencies { api("org.apache.httpcomponents.client5:httpclient5:5.2.1") { exclude(group = "org.apache.httpcomponents.core5") } - api("org.apache.httpcomponents.core5:httpcore5:5.2.2") - api("org.apache.httpcomponents.core5:httpcore5-h2:5.2.2") + api("org.apache.httpcomponents.core5:httpcore5:5.2.3") + api("org.apache.httpcomponents.core5:httpcore5-h2:5.2.3") // Apache 2.0 // https://search.maven.org/artifact/com.google.code.findbugs/jsr305