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 439b2cd6a5 build(deps): bump logback.version from 1.5.24 to 1.5.25
(#2423)
439b2cd6a5 is described below
commit 439b2cd6a5f3694665bf1d8826c7619ca1a0a8b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 10:29:33 2026 +0100
build(deps): bump logback.version from 1.5.24 to 1.5.25 (#2423)
Bumps `logback.version` from 1.5.24 to 1.5.25.
Updates `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.24...v_1.5.25)
Updates `ch.qos.logback:logback-core` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.24...v_1.5.25)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.25
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.25
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 0c0419ff09..3bb227fa5a 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.24</logback.version>
+ <logback.version>1.5.25</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>