Skip to content

Commit

Permalink
Remove overrides for msal4j and netty as they are no longer needed in…
Browse files Browse the repository at this point in the history
… 1.21.4

Closes #44
  • Loading branch information
Alexander01998 committed Nov 28, 2024
1 parent db12c84 commit 8c41426
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ repositories {
// for more information about repositories.
}

// Override vulnerable dependencies until Minecraft updates to newer versions
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"
// 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"
}
}

dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
Expand Down

0 comments on commit 8c41426

Please sign in to comment.