Update netty to 4.1.128

patch by jasobrown; reviewed by Dinesh Joshi for CASSANDRA-14633
This commit is contained in:
Jason Brown 2018-08-09 04:50:10 -07:00
parent d5ae2ae481
commit a4053682e8
4 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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}"/>