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 f62bc616 chore(deps-dev): bump ch.qos.logback:logback-classic (#746)
f62bc616 is described below
commit f62bc616e1f78a797e900d384ab159f5f0797a7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 08:10:31 2026 +0200
chore(deps-dev): bump ch.qos.logback:logback-classic (#746)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.5.37 to 1.5.38.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.37...v_1.5.38)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.38
dependency-type: direct:development
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/integrations/apache-calcite/pom.xml | 2 +-
plc4j/tools/opcua-server/pom.xml | 2 +-
plc4j/tools/plc4x-server/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml
index d6b43f82..44bc4dc1 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.11.0</commons-cli.version>
- <logback.version>1.5.37</logback.version>
+ <logback.version>1.5.38</logback.version>
<slf4j.version>2.0.18</slf4j.version>
</properties>
diff --git a/plc4j/integrations/apache-calcite/pom.xml
b/plc4j/integrations/apache-calcite/pom.xml
index e37a63d9..1f1a710a 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -99,7 +99,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.5.37</version>
+ <version>1.5.38</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index 95264d32..ee345455 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.37</version>
+ <version>1.5.38</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index 1f0c8446..b415b826 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -166,7 +166,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.5.37</version>
+ <version>1.5.38</version>
<!-- Explicitly override the scope to compile to include these -->
<scope>compile</scope>
</dependency>