greyp9 commented on code in PR #9106:
URL: https://github.com/apache/nifi/pull/9106#discussion_r1698678580
##########
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:
... same guidance on the comment. I think that contributor was following my
lead.
--
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]