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

joewitt pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 6a5b8c39ef NIFI-11356 This closes #7096. Upgraded Nimbus JOSE JWT to 
9.31
6a5b8c39ef is described below

commit 6a5b8c39efba40e7c83e2d238da2a49825077912
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Tue Mar 28 14:30:13 2023 -0500

    NIFI-11356 This closes #7096. Upgraded Nimbus JOSE JWT to 9.31
    
    - Upgraded NiFi Framework from 9.24.3
    - Upgraded NiFi Registry from 8.20
    - Upgraded transitive msal4j dependency from 9.22
    - Upgraded transitive hadoop-auth dependency from 9.8.1
    
    Signed-off-by: Joe Witt <joew...@apache.org>
---
 nifi-commons/nifi-property-protection-azure/pom.xml                 | 6 ++++++
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml                       | 6 ++++++
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml                          | 6 ++++++
 nifi-nar-bundles/nifi-azure-bundle/pom.xml                          | 6 ++++++
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                      | 4 ++--
 nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml               | 6 ++++++
 nifi-nar-bundles/nifi-hive-bundle/pom.xml                           | 6 ++++++
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml                        | 6 ++++++
 nifi-nar-bundles/nifi-ranger-bundle/pom.xml                         | 6 ++++++
 nifi-registry/nifi-registry-core/pom.xml                            | 4 ++--
 nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml | 6 ++++++
 11 files changed, 58 insertions(+), 4 deletions(-)

diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml 
b/nifi-commons/nifi-property-protection-azure/pom.xml
index 551a76bbd4..ce5e1bc422 100644
--- a/nifi-commons/nifi-property-protection-azure/pom.xml
+++ b/nifi-commons/nifi-property-protection-azure/pom.xml
@@ -81,6 +81,12 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <!-- Override oauth2-oidc-sdk 9.35 from msal4j -->
+        <dependency>
+            <groupId>com.nimbusds</groupId>
+            <artifactId>oauth2-oidc-sdk</artifactId>
+            <version>9.43.1</version>
+        </dependency>
         <dependency>
             <groupId>com.azure</groupId>
             <artifactId>azure-core-http-okhttp</artifactId>
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml 
b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index 5d00b8ec0d..38b9c4c9e9 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -41,6 +41,12 @@
                 <artifactId>nifi-accumulo-processors</artifactId>
                 <version>1.21.0-SNAPSHOT</version>
             </dependency>
+            <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
+            <dependency>
+                <groupId>com.nimbusds</groupId>
+                <artifactId>nimbus-jose-jwt</artifactId>
+                <version>9.31</version>
+            </dependency>
             <!-- Override Hadoop from accumulo-core -->
             <dependency>
                 <groupId>org.apache.hadoop</groupId>
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml 
b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
index b9364921ab..1797db8124 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
@@ -86,6 +86,12 @@
                 <artifactId>commons-compress</artifactId>
                 <version>1.23.0</version>
             </dependency>
+            <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
+            <dependency>
+                <groupId>com.nimbusds</groupId>
+                <artifactId>nimbus-jose-jwt</artifactId>
+                <version>9.31</version>
+            </dependency>
             <!-- Override hadoop-common -->
             <dependency>
                 <groupId>org.apache.hadoop</groupId>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml 
b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index baaf79eb42..8cb2479352 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -67,6 +67,12 @@
                 <artifactId>proton-j</artifactId>
                 <version>${qpid.proton.version}</version>
             </dependency>
+            <!-- Override nimbus-jose-jwt 9.22 from msal4j -->
+            <dependency>
+                <groupId>com.nimbusds</groupId>
+                <artifactId>nimbus-jose-jwt</artifactId>
+                <version>9.31</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index e2a9bf0234..83acbc5a46 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -265,12 +265,12 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>oauth2-oidc-sdk</artifactId>
-                <version>9.43</version>
+                <version>9.43.1</version>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>nimbus-jose-jwt</artifactId>
-                <version>9.24.3</version>
+                <version>9.31</version>
             </dependency>
             <dependency>
                 <groupId>org.codehaus.jettison</groupId>
diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml 
b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
index 15b075db4a..f5b2ba817c 100644
--- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -38,6 +38,12 @@
                 <artifactId>commons-compress</artifactId>
                 <version>1.23.0</version>
             </dependency>
+            <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
+            <dependency>
+                <groupId>com.nimbusds</groupId>
+                <artifactId>nimbus-jose-jwt</artifactId>
+                <version>9.31</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml 
b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index 3e8257e612..f256771ea9 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -115,6 +115,12 @@
                 <artifactId>parquet-hadoop-bundle</artifactId>
                 <version>1.12.3</version>
             </dependency>
+            <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
+            <dependency>
+                <groupId>com.nimbusds</groupId>
+                <artifactId>nimbus-jose-jwt</artifactId>
+                <version>9.31</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml 
b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index 82fa6e7cd2..d1ffe844bb 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -88,6 +88,12 @@
                 <artifactId>ant</artifactId>
                 <version>1.10.12</version>
             </dependency>
+            <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
+            <dependency>
+                <groupId>com.nimbusds</groupId>
+                <artifactId>nimbus-jose-jwt</artifactId>
+                <version>9.31</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml 
b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
index 011cd1aa8e..4cdd564070 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
@@ -67,6 +67,12 @@
                 <artifactId>solr-solrj</artifactId>
                 <version>8.11.1</version>
             </dependency>
+            <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
+            <dependency>
+                <groupId>com.nimbusds</groupId>
+                <artifactId>nimbus-jose-jwt</artifactId>
+                <version>9.31</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
diff --git a/nifi-registry/nifi-registry-core/pom.xml 
b/nifi-registry/nifi-registry-core/pom.xml
index 57340fa607..4b7b50ef4c 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -110,12 +110,12 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>oauth2-oidc-sdk</artifactId>
-                <version>6.16.2</version>
+                <version>9.43.1</version>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>nimbus-jose-jwt</artifactId>
-                <version>8.20</version>
+                <version>9.31</version>
             </dependency>
             <dependency>
                 <groupId>com.google.guava</groupId>
diff --git 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
index 2777f8dd6b..1a7206654c 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
@@ -66,6 +66,12 @@
                 <artifactId>solr-solrj</artifactId>
                 <version>8.11.1</version>
             </dependency>
+            <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
+            <dependency>
+                <groupId>com.nimbusds</groupId>
+                <artifactId>nimbus-jose-jwt</artifactId>
+                <version>9.31</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
\ No newline at end of file

Reply via email to