Update build.xml for the newly pulled Netty version

This commit is contained in:
Aleksey Yeshchenko 2020-12-04 14:55:27 +00:00
parent 2346ed8241
commit ecbb970aec
1 changed files with 2 additions and 2 deletions

View File

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