diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index 02abeeaf3749f..c109e29fab6e0 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -434,10 +434,10 @@ The Apache Software License, Version 2.0 * Google Error Prone Annotations - com.google.errorprone-error_prone_annotations-2.50.0.jar * Apache Thrift - org.apache.thrift-libthrift-0.23.0.jar * OkHttp3 - - com.squareup.okhttp3-logging-interceptor-5.3.2.jar - - com.squareup.okhttp3-okhttp-jvm-5.3.2.jar + - com.squareup.okhttp3-logging-interceptor-5.5.0.jar + - com.squareup.okhttp3-okhttp-jvm-5.5.0.jar * Okio - - com.squareup.okio-okio-jvm-3.17.0.jar + - com.squareup.okio-okio-jvm-3.18.1.jar * Javassist -- org.javassist-javassist-3.32.0-GA.jar * Kotlin Standard Lib - org.jetbrains.kotlin-kotlin-stdlib-2.2.21.jar diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8e052c9b823fd..ab1e4ad327a04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,8 +68,8 @@ vertx = "4.5.28" # Networking / HTTP asynchttpclient = "3.0.10" conscrypt = "2.6.2" -okhttp3 = "5.3.2" -okio = "3.17.0" +okhttp3 = "5.5.0" +okio = "3.18.1" netty-tcnative = "2.0.81.Final" httpcomponents-httpclient = "4.5.14" httpcomponents-httpcore = "4.4.16"