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/09/12 11:51:23 UTC

[avro] branch master updated: Bump netty-bom from 4.1.80.Final to 4.1.81.Final in /lang/java (#1860)

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

mgrigorov 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 6c3b743fe Bump netty-bom from 4.1.80.Final to 4.1.81.Final in /lang/java (#1860)
6c3b743fe is described below

commit 6c3b743fe0a8621395a92d496b48bfd93dc112ed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 12 14:51:18 2022 +0300

    Bump netty-bom from 4.1.80.Final to 4.1.81.Final in /lang/java (#1860)
    
    Bumps [netty-bom](https://github.com/netty/netty) from 4.1.80.Final to 4.1.81.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.80.Final...netty-4.1.81.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>
---
 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 798731a79..798a177ee 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -44,7 +44,7 @@
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit.version>4.13.2</junit.version>
     <junit5.version>5.9.0</junit5.version>
-    <netty.version>4.1.80.Final</netty.version>
+    <netty.version>4.1.81.Final</netty.version>
     <protobuf.version>3.21.5</protobuf.version>
     <thrift.version>0.16.0</thrift.version>
     <slf4j.version>1.7.36</slf4j.version>