This is an automated email from the ASF dual-hosted git repository.
pvillard 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 ce38c9769e NIFI-12957 Upgraded Azure SDK BOM from 1.2.19 to 1.2.21
ce38c9769e is described below
commit ce38c9769e51e12f10b5ecccc03e02c081a93d8e
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Mar 26 12:01:14 2024 -0500
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 <[email protected]>
This closes #8571.
---
nifi-commons/nifi-property-protection-azure/pom.xml | 14 +++++++-------
nifi-nar-bundles/nifi-azure-bundle/pom.xml | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml
b/nifi-commons/nifi-property-protection-azure/pom.xml
index 21f1c5f135..83c0b990d3 100644
--- a/nifi-commons/nifi-property-protection-azure/pom.xml
+++ b/nifi-commons/nifi-property-protection-azure/pom.xml
@@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
- <version>1.2.19</version>
+ <version>1.2.21</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -81,12 +81,6 @@
</exclusion>
</exclusions>
</dependency>
- <!-- Override oauth2-oidc-sdk 9.35 from msal4j -->
- <dependency>
- <groupId>com.nimbusds</groupId>
- <artifactId>oauth2-oidc-sdk</artifactId>
- <version>9.43.3</version>
- </dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
@@ -97,5 +91,11 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
+ <!-- Override MSAL4J 1.14.0 from azure-identity -->
+ <dependency>
+ <groupId>com.microsoft.azure</groupId>
+ <artifactId>msal4j</artifactId>
+ <version>1.14.3</version>
+ </dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index 068394f25e..5815067f1f 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -28,8 +28,8 @@
<properties>
<microsoft.azure-storage.version>8.6.6</microsoft.azure-storage.version>
- <azure.sdk.bom.version>1.2.19</azure.sdk.bom.version>
- <msal4j.version>1.14.2</msal4j.version>
+ <azure.sdk.bom.version>1.2.21</azure.sdk.bom.version>
+ <msal4j.version>1.14.3</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>