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

snagel 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 eebb807  NUTCH-2728 protocol-okhttp: upgrade okhttp dependency to 
3.14.2
     new 4695c27  Merge pull request #461 from 
sebastian-nagel/NUTCH-2728-protocol-okhttp-3.14.2
eebb807 is described below

commit eebb8075ded7292e2b0bc735e6cfe25e43c91195
Author: Sebastian Nagel <sebast...@commoncrawl.org>
AuthorDate: Sun Aug 11 19:04:39 2019 +0200

    NUTCH-2728 protocol-okhttp: upgrade okhttp dependency to 3.14.2
---
 src/plugin/protocol-okhttp/ivy.xml    | 2 +-
 src/plugin/protocol-okhttp/plugin.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/plugin/protocol-okhttp/ivy.xml 
b/src/plugin/protocol-okhttp/ivy.xml
index 4c90351..14b38d5 100644
--- a/src/plugin/protocol-okhttp/ivy.xml
+++ b/src/plugin/protocol-okhttp/ivy.xml
@@ -36,7 +36,7 @@
   </publications>
 
   <dependencies>
-    <dependency org="com.squareup.okhttp3" name="okhttp" rev="3.10.0"/>
+    <dependency org="com.squareup.okhttp3" name="okhttp" rev="3.14.2"/>
   </dependencies>
   
 </ivy-module>
diff --git a/src/plugin/protocol-okhttp/plugin.xml 
b/src/plugin/protocol-okhttp/plugin.xml
index 0152fb0..b843736 100755
--- a/src/plugin/protocol-okhttp/plugin.xml
+++ b/src/plugin/protocol-okhttp/plugin.xml
@@ -25,8 +25,8 @@
       <library name="protocol-okhttp.jar">
          <export name="*"/>
       </library>
-      <library name="okhttp-3.10.0.jar"/>
-      <library name="okio-1.14.0.jar"/>
+      <library name="okhttp-3.14.2.jar"/>
+      <library name="okio-1.17.2.jar"/>
    </runtime>
 
    <requires>

Reply via email to