mirror of https://github.com/apache/cassandra
Update netty to 4.1.128
patch by jasobrown; reviewed by Dinesh Joshi for CASSANDRA-14633
This commit is contained in:
parent
d5ae2ae481
commit
a4053682e8
|
|
@ -1,4 +1,5 @@
|
|||
4.0
|
||||
* Update netty to 4.1.128 (CASSANDRA-14633)
|
||||
* Add a virtual table to expose thread pools (CASSANDRA-14523)
|
||||
* Add a virtual table to expose caches (CASSANDRA-14538)
|
||||
* Fix toDate function for timestamp arguments (CASSANDRA-14502)
|
||||
|
|
|
|||
|
|
@ -468,7 +468,7 @@
|
|||
<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.14.Final" />
|
||||
<dependency groupId="io.netty" artifactId="netty-all" version="4.1.28.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.
Loading…
Reference in New Issue