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 0c93f98ba1 build(deps): bump slf4j.version from 2.0.17 to 2.0.18
(#2554)
0c93f98ba1 is described below
commit 0c93f98ba1529422bae4fd5ede774e81ba51758a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 13 09:13:21 2026 +0200
build(deps): bump slf4j.version from 2.0.17 to 2.0.18 (#2554)
Bumps `slf4j.version` from 2.0.17 to 2.0.18.
Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18
Updates `org.slf4j:log4j-over-slf4j` from 2.0.17 to 2.0.18
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-version: 2.0.18
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:log4j-over-slf4j
dependency-version: 2.0.18
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 e67f3067ec..56fbd219f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
<!-- Netty 4.2.x seems to break the serial transports -->
<netty.version>4.1.123.Final</netty.version>
<pcap4j.version>1.8.2</pcap4j.version>
- <slf4j.version>2.0.17</slf4j.version>
+ <slf4j.version>2.0.18</slf4j.version>
<vavr.version>1.0.1</vavr.version>
<xmlunit.version>2.11.0</xmlunit.version>