This is an automated email from the ASF dual-hosted git repository.
joewitt 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 7cb20d6f7f NIFI-11356 This closes #7096. Upgraded Nimbus JOSE JWT to
9.31
7cb20d6f7f is described below
commit 7cb20d6f7fa8f64d1ef420a1231247008ff76132
Author: exceptionfactory <[email protected]>
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 <[email protected]>
---
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 45f3267d3e..7de5f7ec3a 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 d8d21f25e5..2b675f1b2b 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>2.0.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 c5c0c709f5..9559df22b2 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 d88bfc589b..debf84514b 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 b9e683522f..2c1a08165d 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 241ad6aff9..dd53bc9bcd 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 543da5cfc9..b9bd6528be 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -105,6 +105,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 fc3a2b85f1..548c64bf72 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 958dfa885e..c78039a02a 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 0dea5b23e0..bcabbdc065 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 04d4b84cd2..02a433cb19 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