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 2fb6f3a chore(deps): bump ch.qos.logback:logback-classic from 1.5.20
to 1.5.21 (#529)
2fb6f3a is described below
commit 2fb6f3a4200f083c76e1c86ff24ba9c7afc1627b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 09:00:17 2025 +0100
chore(deps): bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21
(#529)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.5.20 to 1.5.21.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.20...v_1.5.21)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.21
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>
---
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 4781632..51b5d88 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.10.0</commons-cli.version>
- <logback.version>1.5.20</logback.version>
+ <logback.version>1.5.21</logback.version>
<slf4j.version>2.0.17</slf4j.version>
</properties>
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index 3fb8bde..a134ca1 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.20</version>
+ <version>1.5.21</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index 8653840..26fb0ad 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -144,7 +144,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.5.20</version>
+ <version>1.5.21</version>
<!-- Explicitly override the scope to compile to include these -->
<scope>compile</scope>
</dependency>