Skip to content

Commit

Permalink
DBZ-8438 Pin netty versions to prevent data corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
twthorn committed Nov 20, 2024
1 parent ca189f0 commit 28aa849
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
work on all platforms. We'll set some of these as system properties during integration testing.
-->
<vitess.image>vitess/test-database</vitess.image>
<!-- Prevent data corruption with 4.1.111.Final -->
<version.netty>4.1.110.Final</version.netty>
<!--suppress UnresolvedMavenProperty -->
<vitess.vtgate.host>${docker.host.address}</vitess.vtgate.host>
<vitess.vtgate.grpc.port>15991</vitess.vtgate.grpc.port>
Expand Down Expand Up @@ -70,6 +72,18 @@
<version>${version.debezium}</version>
</dependency>

<!-- Netty artifacts -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>${version.netty}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
<version>${version.netty}</version>
</dependency>

<!-- Building -->
<dependency>
<groupId>io.debezium</groupId>
Expand Down

0 comments on commit 28aa849

Please sign in to comment.