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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8392ee8  chore(deps): bump ch.qos.logback:logback-classic from 1.5.5 
to 1.5.6 (#35)
8392ee8 is described below

commit 8392ee8e20c4096f0f4b4e5c1d5017de35163a01
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 18 10:52:28 2024 +0200

    chore(deps): bump ch.qos.logback:logback-classic from 1.5.5 to 1.5.6 (#35)
    
    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) 
from 1.5.5 to 1.5.6.
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.5...v_1.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      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/examples/pom.xml           | 2 +-
 plc4j/tools/opcua-server/pom.xml | 2 +-
 plc4j/tools/plc4x-server/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml
index 776cdc3..5713092 100644
--- a/plc4j/examples/pom.xml
+++ b/plc4j/examples/pom.xml
@@ -39,7 +39,7 @@
     <app.main.class>override-this-property-in-application-pom</app.main.class>
 
     <commons-cli.version>1.7.0</commons-cli.version>
-    <logback.version>1.5.5</logback.version>
+    <logback.version>1.5.6</logback.version>
     <slf4j.version>2.0.13</slf4j.version>
   </properties>
 
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index 91a6bd7..705c9a7 100644
--- a/plc4j/tools/opcua-server/pom.xml
+++ b/plc4j/tools/opcua-server/pom.xml
@@ -145,7 +145,7 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.5.5</version>
+      <version>1.5.6</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index 67b1af4..a6b462f 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -143,7 +143,7 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.5.5</version>
+      <version>1.5.6</version>
       <!-- Explicitly override the scope to compile to include these -->
       <scope>compile</scope>
     </dependency>

Reply via email to