From 2d6cb6dc63ad6291b19c0cbb009b7914ae127b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:29:22 +0000 Subject: [PATCH] Bump com.microsoft.azure:msal4j from 1.17.2 to 1.17.3 Bumps [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) from 1.17.2 to 1.17.3. - [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/commits) --- updated-dependencies: - dependency-name: com.microsoft.azure:msal4j dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4935313..fc2de7f 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ repositories { configurations.all { resolutionStrategy { // v1.15.0, used by Minecraft 1.21.2 and 1.21.3, is vulnerable to CVE-2024-35255 - force "com.microsoft.azure:msal4j:1.17.2" + force "com.microsoft.azure:msal4j:1.17.3" // v4.1.97.Final, used by Minecraft 1.21 - 1.21.3, is vulnerable to CVE-2024-47535 force "io.netty:netty-common:4.1.115.Final" }