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 202572c1f Bump org.slf4j:slf4j-bom from 2.0.18 to 2.0.19
202572c1f is described below
commit 202572c1f402eef38fa62fe4a1ed899895d0f62f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 8 03:52:44 2026 +0000
Bump org.slf4j:slf4j-bom from 2.0.18 to 2.0.19
Bumps [org.slf4j:slf4j-bom](https://github.com/qos-ch/slf4j) from 2.0.18 to
2.0.19.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.18...v_2.0.19)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-bom
dependency-version: 2.0.19
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 c4d9f204e..fa30c7954 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
- <version>2.0.18</version>
+ <version>2.0.19</version>
<type>pom</type>
<scope>import</scope>
</dependency>