NIFI-13405 Upgraded MSAL4J from 1.15.0 to 1.15.1

This closes #8956

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
dependabot[bot] 2024-06-11 20:11:46 +00:00 committed by exceptionfactory
parent bf637e0bfe
commit c64605f9b7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
</dependency>
</dependencies>
</project>

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.24</azure.sdk.bom.version>
<msal4j.version>1.15.0</msal4j.version>
<msal4j.version>1.15.1</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>