From 45bd32e475296c266366c2e708503ded33f55fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:37:44 +0000 Subject: [PATCH] Bump com.microsoft.azure:msal4j in the gradle group 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](https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aaf47caadc..e64612e34e 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } }