You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/21 23:43:39 UTC

[logging-log4j2] 11/15: Bump netty-bom from 4.1.80.Final to 4.1.84.Final

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 12629b09a4a1fa87a5f58dba4b9d2cbcd4847798
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 12 10:03:24 2022 +0000

    Bump netty-bom from 4.1.80.Final to 4.1.84.Final
    
    Bumps [netty-bom](https://github.com/netty/netty) from 4.1.80.Final to 4.1.84.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.80.Final...netty-4.1.84.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a253aac62a..bef3c7c671 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,7 +358,7 @@
     <maven.version>3.8.5</maven.version>
     <mockito.version>4.4.0</mockito.version>
     <mongodb.version>4.5.0</mongodb.version>
-    <netty.version>4.1.80.Final</netty.version>
+    <netty.version>4.1.84.Final</netty.version>
     <org.eclipse.osgi.version>3.13.0.v20180226-1711</org.eclipse.osgi.version>
     <org.eclipse.persistence.version>2.7.11</org.eclipse.persistence.version>
     <oro.version>2.0.8</oro.version>