Skip to content

Commit 5af6239

Browse files
authored
Merge pull request #130 from scylladb/renovate/netty-monorepo
fix(deps): update netty monorepo to v4.2.7.final
2 parents f1d8f08 + 259259d commit 5af6239

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scylla-cdc-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.netty</groupId>
2525
<artifactId>netty-handler</artifactId>
26-
<version>4.2.6.Final</version>
26+
<version>4.2.7.Final</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>

scylla-cdc-driver3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
<dependency>
5757
<groupId>io.netty</groupId>
5858
<artifactId>netty-common</artifactId>
59-
<version>4.2.6.Final</version>
59+
<version>4.2.7.Final</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.netty</groupId>
6363
<artifactId>netty-handler</artifactId>
64-
<version>4.2.6.Final</version>
64+
<version>4.2.7.Final</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.flogger</groupId>

0 commit comments

Comments
 (0)