Skip to content

Commit

Permalink
KSQL-12882 | CVE fix for netty-common dependency. (#10644)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbadani authored Jan 15, 2025
1 parent 3ea4a9d commit a008e69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@
<apache.io.version>2.11.0</apache.io.version>
<io.confluent.ksql.version>8.0.0-0</io.confluent.ksql.version>
<io.confluent.schema-registry.version>${confluent.version.range}</io.confluent.schema-registry.version>
<netty-tcnative-version>2.0.65.Final</netty-tcnative-version>
<netty-tcnative-version>2.0.69.Final</netty-tcnative-version>
<!-- We normally get this from common, but Vertx is built against this -->
<!-- Note: `netty` depends on `tcnative` and if we bump `netty`
we might need to bump `tcnative`, too.
Please check top level `pom.xml` at https://github.com/netty/netty
for the netty version we bump to (ie, corresponding git tag),
to find the correct `tcnative` version. -->
<netty.version>4.1.113.Final</netty.version>
<netty-codec-http2-version>4.1.113.Final</netty-codec-http2-version>
<netty.version>4.1.115.Final</netty.version>
<netty-codec-http2-version>4.1.115.Final</netty-codec-http2-version>
<jersey-common>2.39.1</jersey-common>
<multi-threaded-testing.forkCount>3</multi-threaded-testing.forkCount>
<kafka.version>${ce.kafka.version}</kafka.version>
Expand Down

0 comments on commit a008e69

Please sign in to comment.