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" }