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 5df7406 AVRO-2674: Bump netty-codec-http2 from 4.1.42.Final to
4.1.44.Final (#760)
5df7406 is described below
commit 5df740679737fdfb591213dff5bf1217a299c4c3
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sat Jan 11 13:31:17 2020 +0100
AVRO-2674: Bump netty-codec-http2 from 4.1.42.Final to 4.1.44.Final (#760)
---
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 0b1e069..d8be2ba 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.42.Final</netty-codec-http2.version>
+ <netty-codec-http2.version>4.1.44.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>