Skip to content

Commit

Permalink
NIFI-13405 Upgraded MSAL4J from 1.15.0 to 1.15.1
Browse files Browse the repository at this point in the history
This closes #8956

Signed-off-by: David Handermann <exceptionfactory@apache.org>
  • Loading branch information
dependabot[bot] authored and exceptionfactory committed Jun 14, 2024
1 parent bf637e0 commit c64605f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nifi-commons/nifi-property-protection-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-azure-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit c64605f

Please sign in to comment.