This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git
The following commit(s) were added to refs/heads/master by this push:
new 267f7acf Bump slf4j.version from 2.0.13 to 2.0.17 (#61)
267f7acf is described below
commit 267f7acfc63e6a1c24896239c66f39d1e0482326
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 22 10:06:33 2025 +0100
Bump slf4j.version from 2.0.13 to 2.0.17 (#61)
Bumps `slf4j.version` from 2.0.13 to 2.0.17.
Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.17
Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.17
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-version: 2.0.17
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
dependency-version: 2.0.17
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>
---
xmlschema-bundle-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xmlschema-bundle-test/pom.xml b/xmlschema-bundle-test/pom.xml
index c7b92c92..de9883aa 100644
--- a/xmlschema-bundle-test/pom.xml
+++ b/xmlschema-bundle-test/pom.xml
@@ -55,7 +55,7 @@
</build>
<properties>
<exam.version>4.13.5</exam.version>
- <slf4j.version>2.0.13</slf4j.version>
+ <slf4j.version>2.0.17</slf4j.version>
<!-- don't deploy this as this is just test data and a large amount of
it -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>