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:
Luke Chen 2025-04-16 12:45:07 +09:00 committed by GitHub
parent 9310f4019a
commit d88c2183ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ versions += [
lz4: "1.8.0", lz4: "1.8.0",
mavenArtifact: "3.9.6", mavenArtifact: "3.9.6",
metrics: "2.2.0", metrics: "2.2.0",
netty: "4.1.115.Final", netty: "4.1.119.Final",
opentelemetryProto: "1.0.0-alpha", opentelemetryProto: "1.0.0-alpha",
protobuf: "3.25.5", // a dependency of opentelemetryProto protobuf: "3.25.5", // a dependency of opentelemetryProto
pcollections: "4.0.1", pcollections: "4.0.1",