mirror of https://github.com/apache/cassandra
Update Netty dependencies to latest
patch by Stefan Miklosovic; reviewed by Aleksey Yeschenko for CASSANDRA-15868
This commit is contained in:
parent
4d1463f601
commit
d31ea25f42
|
|
@ -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.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue