This is an automated email from the ASF dual-hosted git repository.

sebastian-nagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/master by this push:
     new d7713ed5e NUTCH-3184 Upgrade OkHttp to 3.4.0
d7713ed5e is described below

commit d7713ed5ea9a4613c414196c052bcbd5411ac631
Author: Sebastian Nagel <[email protected]>
AuthorDate: Fri Jun 12 22:54:56 2026 +0200

    NUTCH-3184 Upgrade OkHttp to 3.4.0
---
 src/plugin/protocol-okhttp/ivy.xml    |  6 +++---
 src/plugin/protocol-okhttp/plugin.xml | 14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/plugin/protocol-okhttp/ivy.xml 
b/src/plugin/protocol-okhttp/ivy.xml
index 28f355d7b..a90932e4f 100644
--- a/src/plugin/protocol-okhttp/ivy.xml
+++ b/src/plugin/protocol-okhttp/ivy.xml
@@ -37,9 +37,9 @@
   </publications>
 
   <dependencies>
-    <dependency org="com.squareup.okhttp3" name="okhttp" rev="5.3.2"/>
-    <dependency org="com.squareup.okhttp3" name="okhttp-brotli" rev="5.3.2"/>
-    <dependency org="com.squareup.okhttp3" name="okhttp-zstd" rev="5.3.2"/>
+    <dependency org="com.squareup.okhttp3" name="okhttp" rev="5.4.0"/>
+    <dependency org="com.squareup.okhttp3" name="okhttp-brotli" rev="5.4.0"/>
+    <dependency org="com.squareup.okhttp3" name="okhttp-zstd" rev="5.4.0"/>
   </dependencies>
 
 </ivy-module>
diff --git a/src/plugin/protocol-okhttp/plugin.xml 
b/src/plugin/protocol-okhttp/plugin.xml
index 51f65f5d2..309d659ca 100755
--- a/src/plugin/protocol-okhttp/plugin.xml
+++ b/src/plugin/protocol-okhttp/plugin.xml
@@ -28,13 +28,13 @@
       <!-- dependencies of OkHttp -->
       <library name="annotations-13.0.jar"/>
       <library name="dec-0.1.2.jar"/>
-      <library name="kotlin-stdlib-2.2.21.jar"/>
-      <library name="okhttp-5.3.2.jar"/>
-      <library name="okhttp-brotli-5.3.2.jar"/>
-      <library name="okhttp-jvm-5.3.2.jar"/>
-      <library name="okhttp-zstd-5.3.2.jar"/>
-      <library name="okio-3.16.4.jar"/>
-      <library name="okio-jvm-3.16.4.jar"/>
+      <library name="kotlin-stdlib-2.1.21.jar"/>
+      <library name="okhttp-5.4.0.jar"/>
+      <library name="okhttp-brotli-5.4.0.jar"/>
+      <library name="okhttp-jvm-5.4.0.jar"/>
+      <library name="okhttp-zstd-5.4.0.jar"/>
+      <library name="okio-3.17.0.jar"/>
+      <library name="okio-jvm-3.17.0.jar"/>
       <library name="zstd-kmp-jvm-0.4.0.jar"/>
       <library name="zstd-kmp-okio-jvm-0.4.0.jar"/>
       <!-- end of dependencies of OkHttp -->

Reply via email to