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 44c82be60b build(deps): bump logback.version from 1.5.19 to 1.5.20
(#2313)
44c82be60b is described below
commit 44c82be60bba5147b2edf0e92101d19065238d0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 23 09:35:54 2025 +0200
build(deps): bump logback.version from 1.5.19 to 1.5.20 (#2313)
Bumps `logback.version` from 1.5.19 to 1.5.20.
Updates `ch.qos.logback:logback-classic` from 1.5.19 to 1.5.20
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.19...v_1.5.20)
Updates `ch.qos.logback:logback-core` from 1.5.19 to 1.5.20
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.19...v_1.5.20)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.20
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.20
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 96e2d5abf1..a339961433 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<jserialcom.version>2.11.2</jserialcom.version>
<junit.jupiter.version>6.0.0</junit.jupiter.version>
<junit.platform.version>1.8.2</junit.platform.version>
- <logback.version>1.5.19</logback.version>
+ <logback.version>1.5.20</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
<milo.version>0.6.16</milo.version>
<mockito.version>5.20.0</mockito.version>