This is an automated email from the ASF dual-hosted git repository.

joewitt 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 dc39334b37 NIFI-13181 Updated msal4j to 1.15.0 This closes #8777
dc39334b37 is described below

commit dc39334b37407d92c45974b134b28fc5bc80d19d
Author: Peter Turcsanyi <turcsa...@apache.org>
AuthorDate: Wed May 8 16:12:47 2024 +0200

    NIFI-13181 Updated msal4j to 1.15.0
    This closes #8777
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 nifi-nar-bundles/nifi-azure-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml 
b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index 20dbf48f25..eb662a1820 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -29,7 +29,7 @@
     <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.14.3</msal4j.version>
+        <msal4j.version>1.15.0</msal4j.version>
         <qpid.proton.version>0.34.1</qpid.proton.version>
     </properties>
 

Reply via email to