You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2021/05/27 16:41:51 UTC

[nifi] branch main updated: NIFI-8626 Upgraded okhttp-digest to 2.5

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

thenatog pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 7fb0293  NIFI-8626 Upgraded okhttp-digest to 2.5
7fb0293 is described below

commit 7fb0293c3eedc5f1c7d4a9acccbd2b55d0b969c8
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon May 24 16:17:17 2021 -0500

    NIFI-8626 Upgraded okhttp-digest to 2.5
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
    
    This closes #5096.
---
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml            | 3 +--
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                        | 5 ++---
 .../nifi-lookup-services-bundle/nifi-lookup-services/pom.xml         | 4 ++--
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index daa57c2..0a61d61 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -219,9 +219,8 @@
             <artifactId>okhttp</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.burgstaller</groupId>
+            <groupId>io.github.rburgst</groupId>
             <artifactId>okhttp-digest</artifactId>
-            <type>jar</type>
         </dependency>
         <dependency>
             <groupId>at.favre.lib</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index cf06484..d6e5b87 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -262,10 +262,9 @@
                 <version>4.9.1</version>
             </dependency>
             <dependency>
-                <groupId>com.burgstaller</groupId>
+                <groupId>io.github.rburgst</groupId>
                 <artifactId>okhttp-digest</artifactId>
-                <version>2.1</version>
-                <type>jar</type>
+                <version>2.5</version>
             </dependency>
             <dependency>
                 <groupId>at.favre.lib</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index 948cf9e..0af2e88 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -109,9 +109,9 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>com.burgstaller</groupId>
+            <groupId>io.github.rburgst</groupId>
             <artifactId>okhttp-digest</artifactId>
-            <version>1.18</version>
+            <version>2.5</version>
             <scope>compile</scope>
         </dependency>
         <dependency>