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/12/20 19:38:24 UTC

[avro] branch branch-1.11 updated: Bump netty-bom from 4.1.85.Final to 4.1.86.Final in /lang/java (#2023)

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 ab348fbb9 Bump netty-bom from 4.1.85.Final to 4.1.86.Final in /lang/java (#2023)
ab348fbb9 is described below

commit ab348fbb9dc3856db21dc148ae92290db2174205
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 20 21:38:01 2022 +0200

    Bump netty-bom from 4.1.85.Final to 4.1.86.Final in /lang/java (#2023)
    
    Bumps [netty-bom](https://github.com/netty/netty) from 4.1.85.Final to 4.1.86.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.85.Final...netty-4.1.86.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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit bc092fda01ce9401a463eff5f5103dd188496ea0)
---
 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 36bcf0a53..28a40cfbd 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,7 +43,7 @@
     <jetty.version>9.4.50.v20221201</jetty.version>
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit5.version>5.9.1</junit5.version>
-    <netty.version>4.1.85.Final</netty.version>
+    <netty.version>4.1.86.Final</netty.version>
     <protobuf.version>3.21.11</protobuf.version>
     <thrift.version>0.16.0</thrift.version>
     <slf4j.version>1.7.36</slf4j.version>