greyp9 commented on code in PR #9106:
URL: https://github.com/apache/nifi/pull/9106#discussion_r1698676873
##########
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:
https://github.com/apache/nifi/pull/9104
This PR covers the same version in 1.x. Would you mind having a look there
as well?
--
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]