This is an automated email from the ASF dual-hosted git repository.
aleksey pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new ecbb970 Update build.xml for the newly pulled Netty version
ecbb970 is described below
commit ecbb970aec0780aa97406f80ea05a24b1dfa650f
Author: Aleksey Yeshchenko <[email protected]>
AuthorDate: Fri Dec 4 14:55:27 2020 +0000
Update build.xml for the newly pulled Netty version
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 4ae126c..1ab5ffe 100644
--- a/build.xml
+++ b/build.xml
@@ -631,8 +631,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.50.Final" />
- <dependency groupId="io.netty"
artifactId="netty-tcnative-boringssl-static" version="2.0.31.Final" />
+ <dependency groupId="io.netty" artifactId="netty-all"
version="4.1.54.Final" />
+ <dependency groupId="io.netty"
artifactId="netty-tcnative-boringssl-static" version="2.0.34.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}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]