Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@
<apache.io.version>2.11.0</apache.io.version>
<io.confluent.ksql.version>8.0.5-0</io.confluent.ksql.version>
<io.confluent.schema-registry.version>${confluent.version.range}</io.confluent.schema-registry.version>
<netty-tcnative-version>2.0.74.Final</netty-tcnative-version>
<netty-tcnative-version>2.0.75.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.130.Final</netty.version>
<netty-codec-http2-version>4.1.130.Final</netty-codec-http2-version>
<netty.version>4.1.132.Final</netty.version>
<netty-codec-http2-version>4.1.132.Final</netty-codec-http2-version>
<jersey-common>3.1.10</jersey-common>
<multi-threaded-testing.forkCount>3</multi-threaded-testing.forkCount>
<kafka.version>${ce.kafka.version}</kafka.version>
Expand Down