You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2023/01/19 09:52:24 UTC

[nifi] branch main updated: NIFI-11042 Update msal4j to 1.13.3

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

pvillard 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 4b8ce44d59 NIFI-11042 Update msal4j to 1.13.3
4b8ce44d59 is described below

commit 4b8ce44d59de092809021bdfe4a3f7e3a1c97297
Author: mr1716 <ms...@rit.edu>
AuthorDate: Wed Jan 18 13:13:40 2023 -0500

    NIFI-11042 Update msal4j to 1.13.3
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6859.
---
 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 0b49b39cdc..735da062fd 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -28,7 +28,7 @@
     <properties>
         <azure.sdk.bom.version>1.2.6</azure.sdk.bom.version>
         <microsoft.azure-storage.version>8.6.6</microsoft.azure-storage.version>
-        <msal4j.version>1.13.0</msal4j.version>
+        <msal4j.version>1.13.3</msal4j.version>
     </properties>
 
     <modules>