mirror of https://github.com/apache/kafka.git
MINOR: Upgrade Netty to 4.19 (#19484)
CVE-2025-24970: Netty, an asynchronous, event-driven network application framework, has a vulnerability starting in version 4.1.91.Final and prior to version 4.1.118.Final. Reviewers: TengYao Chi <kitingiao@gmail.com>
This commit is contained in:
parent
9310f4019a
commit
d88c2183ce
|
@ -141,7 +141,7 @@ versions += [
|
|||
lz4: "1.8.0",
|
||||
mavenArtifact: "3.9.6",
|
||||
metrics: "2.2.0",
|
||||
netty: "4.1.115.Final",
|
||||
netty: "4.1.119.Final",
|
||||
opentelemetryProto: "1.0.0-alpha",
|
||||
protobuf: "3.25.5", // a dependency of opentelemetryProto
|
||||
pcollections: "4.0.1",
|
||||
|
|
Loading…
Reference in New Issue