You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/10/18 13:58:24 UTC

[avro] branch master updated: AVRO-2584: Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final (#672)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b579ee  AVRO-2584: Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final (#672)
2b579ee is described below

commit 2b579ee0df983c3fa28014f3a16e7a1ea18aa8cf
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Fri Oct 18 15:58:13 2019 +0200

    AVRO-2584: Bump netty-codec-http2 from 4.1.39.Final to 4.1.42.Final (#672)
---
 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 ac0b114..affcf55 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -61,7 +61,7 @@
     <easymock.version>4.0.2</easymock.version>
     <hamcrest.version>2.1</hamcrest.version>
     <grpc.version>1.24.0</grpc.version>
-    <netty-codec-http2.version>4.1.39.Final</netty-codec-http2.version>
+    <netty-codec-http2.version>4.1.42.Final</netty-codec-http2.version>
     <zstd-jni.version>1.4.3-1</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.0.1</archetype-plugin.version>