You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2022/12/02 11:54:49 UTC

[logging-log4j-tools] branch master updated: Bump netty-all from 4.1.84.Final to 4.1.85.Final (#5)

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ea1792  Bump netty-all from 4.1.84.Final to 4.1.85.Final (#5)
6ea1792 is described below

commit 6ea17924e1bbdaa56b43cdf42323ac021c894de3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 2 11:54:45 2022 +0000

    Bump netty-all from 4.1.84.Final to 4.1.85.Final (#5)
    
    Bumps [netty-all](https://github.com/netty/netty) from 4.1.84.Final to 4.1.85.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.84.Final...netty-4.1.85.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-all
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33d7cf6..127fd67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-all</artifactId>
-      <version>4.1.84.Final</version>
+      <version>4.1.85.Final</version>
     </dependency>
   </dependencies>