From daad0720b1a10cb21dcd5c4f0e9672b5a4bc5b02 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Tue, 26 Mar 2024 12:01:14 -0500 Subject: [PATCH] NIFI-12957 Upgraded Azure SDK BOM from 1.2.19 to 1.2.21 - Upgraded MSAL4J from 1.14.2 to 1.14.3 Signed-off-by: Pierre Villard This closes #8571. --- .../nifi-property-protection-azure/pom.xml | 14 +++++++------- nifi-nar-bundles/nifi-azure-bundle/pom.xml | 10 ++-------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml b/nifi-commons/nifi-property-protection-azure/pom.xml index c641939d4d..21a4919437 100644 --- a/nifi-commons/nifi-property-protection-azure/pom.xml +++ b/nifi-commons/nifi-property-protection-azure/pom.xml @@ -26,7 +26,7 @@ com.azure azure-sdk-bom - 1.2.19 + 1.2.21 import pom @@ -85,15 +85,15 @@ - - - com.nimbusds - oauth2-oidc-sdk - 9.43.3 - com.azure azure-core-http-okhttp + + + com.microsoft.azure + msal4j + 1.14.3 + diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/pom.xml index 1353d479f6..ddaae43bb5 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml @@ -27,8 +27,8 @@ pom - 1.2.19 - 1.14.2 + 1.2.21 + 1.14.3 0.34.1 @@ -68,12 +68,6 @@ nimbus-jose-jwt 9.37.3 - - - io.projectreactor.netty - reactor-netty-http - 1.0.39 -