Skip to content

Commit

Permalink
Also override netty-common to 1.118.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Feb 14, 2025
1 parent 7e86b50 commit 49d3282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ configurations.all {
resolutionStrategy {
// v2.5.1, used by Minecraft 1.21.4 - 1.21.5, is vulnerable to CVE-2024-57699
force "net.minidev:json-smart:2.5.2"
// v1.115.Final, used by Minecraft 1.21.4 - 1.21.5, is vulnerable to CVE-2025-25193
force "io.netty:netty-common:4.1.118.Final"
// v1.115.Final, used by Minecraft 1.21.4 - 1.21.5, is vulnerable to CVE-2025-24970
force "io.netty:netty-handler:4.1.118.Final"
}
Expand Down

0 comments on commit 49d3282

Please sign in to comment.