You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2020/11/13 09:24:16 UTC

[avro] 10/11: AVRO-2972: Update netty to version 4.1.54.Final

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 63afb6a2ce867379c951d42ebc8b85ff653e9bdc
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu Nov 12 17:39:18 2020 +0100

    AVRO-2972: Update netty to version 4.1.54.Final
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 0f4c804..8874378 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -46,7 +46,7 @@
     <jetty.version>9.4.34.v20201102</jetty.version>
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit.version>4.13.1</junit.version>
-    <netty.version>4.1.50.Final</netty.version>
+    <netty.version>4.1.54.Final</netty.version>
     <protobuf.version>3.11.1</protobuf.version>
     <thrift.version>0.13.0</thrift.version>
     <slf4j.version>1.7.30</slf4j.version>