You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/14 08:14:30 UTC

[plc4x] branch develop updated: build(deps): bump netty-bom from 4.1.81.Final to 4.1.82.Final (#501)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6372a3871 build(deps): bump netty-bom from 4.1.81.Final to 4.1.82.Final (#501)
6372a3871 is described below

commit 6372a38719be69d53cdcda07575b6f1dafd14551
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 14 10:14:26 2022 +0200

    build(deps): bump netty-bom from 4.1.81.Final to 4.1.82.Final (#501)
    
    Bumps [netty-bom](https://github.com/netty/netty) from 4.1.81.Final to 4.1.82.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.81.Final...netty-4.1.82.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a14f6abd1..b386ecc04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
     <!-- version 0.6.8 is being released, however the milo-examples artifact is not available yet -->
     <milo.version>0.6.8</milo.version>
     <mockito.version>4.8.0</mockito.version>
-    <netty.version>4.1.81.Final</netty.version>
+    <netty.version>4.1.82.Final</netty.version>
     <owasp-dependency-check.version>7.1.2</owasp-dependency-check.version>
     <pcap4j.version>1.8.2</pcap4j.version>
     <slf4j.version>2.0.0</slf4j.version>