Update Netty dependencies to latest

patch by Stefan Miklosovic; reviewed by Aleksey Yeschenko for
CASSANDRA-15868
This commit is contained in:
Stefan Miklosovic 2020-06-03 22:00:59 +02:00 committed by Aleksey Yeshchenko
parent 4d1463f601
commit d31ea25f42
6 changed files with 2 additions and 2 deletions

View File

@ -586,8 +586,8 @@
<dependency groupId="com.addthis.metrics" artifactId="reporter-config3" version="3.0.3" />
<dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
<dependency groupId="io.airlift" artifactId="airline" version="0.8" />
<dependency groupId="io.netty" artifactId="netty-all" version="4.1.37.Final" />
<dependency groupId="io.netty" artifactId="netty-tcnative-boringssl-static" version="2.0.25.Final" />
<dependency groupId="io.netty" artifactId="netty-all" version="4.1.50.Final" />
<dependency groupId="io.netty" artifactId="netty-tcnative-boringssl-static" version="2.0.31.Final" />
<dependency groupId="net.openhft" artifactId="chronicle-queue" version="${chronicle-queue.version}"/>
<dependency groupId="net.openhft" artifactId="chronicle-core" version="${chronicle-core.version}"/>
<dependency groupId="net.openhft" artifactId="chronicle-bytes" version="${chronicle-bytes.version}"/>

Binary file not shown.