mirror of https://github.com/apache/nifi.git
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:
parent
bf637e0bfe
commit
c64605f9b7
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue