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-xmlschema.git
The following commit(s) were added to refs/heads/master by this push: new bfb07c47 Bump slf4j.version from 2.0.7 to 2.0.9 bfb07c47 is described below commit bfb07c47e8d2875fa2bfd9f6be28d7fcc8a57331 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 4 17:59:20 2023 +0000 Bump slf4j.version from 2.0.7 to 2.0.9 Bumps `slf4j.version` from 2.0.7 to 2.0.9. Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.9 Updates `org.slf4j:slf4j-simple` from 2.0.7 to 2.0.9 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@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 a02785ff..e17d57e1 100644 --- a/xmlschema-bundle-test/pom.xml +++ b/xmlschema-bundle-test/pom.xml @@ -55,7 +55,7 @@ </build> <properties> <exam.version>4.13.4</exam.version> - <slf4j.version>2.0.7</slf4j.version> + <slf4j.version>2.0.9</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>