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 a4779baa3b build(deps): bump logback.version from 1.5.23 to 1.5.24 
(#2414)
a4779baa3b is described below

commit a4779baa3b687bce7d18ba63bdf4293f7aed73a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 10:48:12 2026 +0100

    build(deps): bump logback.version from 1.5.23 to 1.5.24 (#2414)
    
    Bumps `logback.version` from 1.5.23 to 1.5.24.
    
    Updates `ch.qos.logback:logback-classic` from 1.5.23 to 1.5.24
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.23...v_1.5.24)
    
    Updates `ch.qos.logback:logback-core` from 1.5.23 to 1.5.24
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.23...v_1.5.24)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-version: 1.5.24
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ch.qos.logback:logback-core
      dependency-version: 1.5.24
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 679457e165..9f679bd6de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
     <jserialcom.version>2.11.4</jserialcom.version>
     <junit.jupiter.version>6.0.2</junit.jupiter.version>
     <junit.platform.version>1.8.2</junit.platform.version>
-    <logback.version>1.5.23</logback.version>
+    <logback.version>1.5.24</logback.version>
     <maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
     <milo.version>0.6.16</milo.version>
     <mockito.version>5.21.0</mockito.version>

Reply via email to