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-extras.git


The following commit(s) were added to refs/heads/develop by this push:
     new 50441d8  chore(deps): bump io.netty:netty-transport (#272)
50441d8 is described below

commit 50441d8582854d74b951fafc5c302ae49182e49c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 16 11:11:23 2025 +0100

    chore(deps): bump io.netty:netty-transport (#272)
    
    Bumps [io.netty:netty-transport](https://github.com/netty/netty) from 
4.1.116.Final to 4.1.117.Final.
    - 
[Commits](https://github.com/netty/netty/compare/netty-4.1.116.Final...netty-4.1.117.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-transport
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 plc4j/tools/plc4x-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index bf8b9a7..ec247c9 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
-      <version>4.1.116.Final</version>
+      <version>4.1.117.Final</version>
     </dependency>
 
     <dependency>

Reply via email to