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 2023/01/17 10:40:55 UTC

[plc4x] branch develop updated: build(deps): bump netty-bom from 4.1.86.Final to 4.1.87.Final (#745)

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 d86f74a1de build(deps): bump netty-bom from 4.1.86.Final to 4.1.87.Final (#745)
d86f74a1de is described below

commit d86f74a1de212db15d54d140f3495aad5ee8221a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 17 11:40:50 2023 +0100

    build(deps): bump netty-bom from 4.1.86.Final to 4.1.87.Final (#745)
    
    Bumps [netty-bom](https://github.com/netty/netty) from 4.1.86.Final to 4.1.87.Final.
    - [Release notes](https://github.com/netty/netty/releases)
    - [Commits](https://github.com/netty/netty/compare/netty-4.1.86.Final...netty-4.1.87.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 040f0701c5..f08d3a5865 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,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>5.0.0</mockito.version>
-    <netty.version>4.1.86.Final</netty.version>
+    <netty.version>4.1.87.Final</netty.version>
     <pcap4j.version>1.8.2</pcap4j.version>
     <slf4j.version>2.0.6</slf4j.version>
     <vavr.version>0.10.4</vavr.version>