NIFI-13553 Upgraded msal4j from 1.15.1 to 1.16.1

This closes #9106

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Paul Grey 2024-07-23 13:52:25 -04:00 committed by exceptionfactory
parent 6c930626dc
commit febde9d281
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<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.version>1.16.1</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>