You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/03/08 20:00:01 UTC

[avro] branch branch-1.11 updated: Bump netty-bom from 4.1.72.Final to 4.1.74.Final in /lang/java (#1581)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new dcb2b06  Bump netty-bom from 4.1.72.Final to 4.1.74.Final in /lang/java (#1581)
dcb2b06 is described below

commit dcb2b06e8472c2d64a31470c67931df780fe71c9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 8 21:58:26 2022 +0200

    Bump netty-bom from 4.1.72.Final to 4.1.74.Final in /lang/java (#1581)
    
    Bumps [netty-bom](https://github.com/netty/netty) from 4.1.72.Final to 4.1.74.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.72.Final...netty-4.1.74.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 7ec12f99c3995f50c392a5a5336cd1a5c04ae1b4)
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 lang/java/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 4f37b9c..0b86742 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,8 +43,8 @@
     <jetty.version>9.4.45.v20220203</jetty.version>
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit.version>4.13.2</junit.version>
-    <netty.version>4.1.72.Final</netty.version>
-    <protobuf.version>3.19.1</protobuf.version>
+    <netty.version>4.1.74.Final</netty.version>
+    <protobuf.version>3.19.4</protobuf.version>
     <thrift.version>0.15.0</thrift.version>
     <slf4j.version>1.7.33</slf4j.version>
     <reload4j.version>1.2.19</reload4j.version>