Skip to content

Commit

Permalink
Bump com.microsoft.azure:msal4j in the gradle group
Browse files Browse the repository at this point in the history
Bumps the gradle group with 1 update: [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java).


Updates `com.microsoft.azure:msal4j` from 1.15.1 to 1.17.2
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-java/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt)
- [Commits](AzureAD/microsoft-authentication-library-for-java@v1.15.1...v1.17.2)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:msal4j
  dependency-type: direct:production
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 00a662a commit 45bd32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
// Override vulnerable msal4j dependency until Minecraft updates to a newer version
constraints {
// v1.15.0, used by Minecraft 1.21.3, is vulnerable to CVE-2024-35255
implementation('com.microsoft.azure:msal4j:1.15.1') {
implementation('com.microsoft.azure:msal4j:1.17.2') {
force = true
}
}
Expand Down

0 comments on commit 45bd32e

Please sign in to comment.