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

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

commit 2698282615ccf7fad03692badca9e2bceb86ea55
Author: Pierre Villard <pierre.villard...@gmail.com>
AuthorDate: Fri Nov 18 12:21:33 2022 +0100

    NIFI-10804 - Update okhttp-digest to 2.7
    
    This closes #6681
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                           | 2 +-
 .../nifi-lookup-services-bundle/nifi-lookup-services/pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 3e7189eae7..da0becdcb4 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -213,7 +213,7 @@
             <dependency>
                 <groupId>io.github.rburgst</groupId>
                 <artifactId>okhttp-digest</artifactId>
-                <version>2.5</version>
+                <version>2.7</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 0e90ec6540..4e4f3e82c3 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
@@ -124,7 +124,7 @@
         <dependency>
             <groupId>io.github.rburgst</groupId>
             <artifactId>okhttp-digest</artifactId>
-            <version>2.5</version>
+            <version>2.7</version>
             <scope>compile</scope>
         </dependency>
         <dependency>

Reply via email to