This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new bf92f048e Bump org.slf4j:slf4j-bom from 2.0.17 to 2.0.18
bf92f048e is described below
commit bf92f048e2447e53b3d9ef43454536f9397be519
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 16 07:39:00 2026 +0000
Bump org.slf4j:slf4j-bom from 2.0.17 to 2.0.18
Bumps [org.slf4j:slf4j-bom](https://github.com/qos-ch/slf4j) from 2.0.17 to
2.0.18.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.17...v_2.0.18)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-bom
dependency-version: 2.0.18
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e4f942188..ed88b5160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,7 +488,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
- <version>2.0.17</version>
+ <version>2.0.18</version>
<type>pom</type>
<scope>import</scope>
</dependency>