This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 febde9d281 NIFI-13553 Upgraded msal4j from 1.15.1 to 1.16.1
febde9d281 is described below
commit febde9d281cfb1acc9afd37c674fba0c7192a820
Author: Paul Grey <[email protected]>
AuthorDate: Tue Jul 23 13:52:25 2024 -0400
NIFI-13553 Upgraded msal4j from 1.15.1 to 1.16.1
This closes #9106
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 4b4b10eae5..2a9d4a84a7 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -29,7 +29,7 @@
<properties>
<!-- when changing the Azure SDK version, also update msal4j to the
version that is required by azure-identity -->
<azure.sdk.bom.version>1.2.25</azure.sdk.bom.version>
- <msal4j.version>1.15.1</msal4j.version>
+ <msal4j.version>1.16.1</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>