This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 b649e4ecba NIFI-13574 Upgraded Azure SDK BOM from 1.2.23 to 1.2.25
b649e4ecba is described below
commit b649e4ecbaffe91750aaebeb1639e4a868dc92f7
Author: Rajmund Takacs <[email protected]>
AuthorDate: Tue Jul 23 18:11:04 2024 +0200
NIFI-13574 Upgraded Azure SDK BOM from 1.2.23 to 1.2.25
- Upgraded msal4j from 1.15.0 to 1.16.1
This closes #9104
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-azure-bundle/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index edad7348b7..a146545534 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.23</azure.sdk.bom.version>
- <msal4j.version>1.15.0</msal4j.version>
+ <azure.sdk.bom.version>1.2.25</azure.sdk.bom.version>
+ <msal4j.version>1.16.1</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>