From 7cb20d6f7fa8f64d1ef420a1231247008ff76132 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Tue, 28 Mar 2023 14:30:13 -0500 Subject: [PATCH] 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 --- 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-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 @@ + + + com.nimbusds + oauth2-oidc-sdk + 9.43.1 + com.azure azure-core-http-okhttp 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 @@ nifi-accumulo-processors 2.0.0-SNAPSHOT + + + com.nimbusds + nimbus-jose-jwt + 9.31 + org.apache.hadoop 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 @@ commons-compress 1.23.0 + + + com.nimbusds + nimbus-jose-jwt + 9.31 + org.apache.hadoop 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 @@ proton-j ${qpid.proton.version} + + + com.nimbusds + nimbus-jose-jwt + 9.31 + 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 @@ com.nimbusds oauth2-oidc-sdk - 9.43 + 9.43.1 com.nimbusds nimbus-jose-jwt - 9.24.3 + 9.31 org.codehaus.jettison 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 @@ commons-compress 1.23.0 + + + com.nimbusds + nimbus-jose-jwt + 9.31 + 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 @@ parquet-hadoop-bundle 1.12.3 + + + com.nimbusds + nimbus-jose-jwt + 9.31 + 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 @@ ant 1.10.12 + + + com.nimbusds + nimbus-jose-jwt + 9.31 + 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 @@ solr-solrj 8.11.1 + + + com.nimbusds + nimbus-jose-jwt + 9.31 + 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 @@ com.nimbusds oauth2-oidc-sdk - 6.16.2 + 9.43.1 com.nimbusds nimbus-jose-jwt - 8.20 + 9.31 com.google.guava 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 @@ solr-solrj 8.11.1 + + + com.nimbusds + nimbus-jose-jwt + 9.31 + \ No newline at end of file