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


##########
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:
   Although these comments are helpful now, they could quickly become outdated 
on subsequent updates.



-- 
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