exceptionfactory commented on code in PR #9106:
URL: https://github.com/apache/nifi/pull/9106#discussion_r1698713868


##########
nifi-extension-bundles/nifi-azure-bundle/pom.xml:
##########
@@ -29,7 +29,9 @@
     <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:1.16.x compatible with msal4j:1.14, msal4j:1.15 APIs -->
+        <!-- 
https://github.com/AzureAD/microsoft-authentication-library-for-java/pull/828 
-->

Review Comment:
   Thanks @greyp9, I will remove the comments and merge this version update to 
the main branch. I recommend doing the same on the other PR, feel free to 
proceed with one if it otherwise looks good to you.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to