Update Netty dependency to version 4.2.14.Final

This commit is contained in:
CodingPhoenixx
2026-05-28 11:03:50 +02:00
parent 2204c5df98
commit 001b70fe09
+1 -3
View File
@@ -10,9 +10,7 @@ repositories {
}
dependencies {
implementation 'io.netty:netty-all:4.2.6.Final'
implementation 'io.netty:netty-all:4.2.14.Final'
implementation 'tools.jackson.core:jackson-databind:3.1.3'
}