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 c8e8bec3 Bump slf4j.version from 2.0.12 to 2.0.13 c8e8bec3 is described below commit c8e8bec3bdc7e5e725f3e666921051728f8dee49 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Apr 12 17:10:28 2024 +0000 Bump slf4j.version from 2.0.12 to 2.0.13 Bumps `slf4j.version` from 2.0.12 to 2.0.13. Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13 Updates `org.slf4j:slf4j-simple` from 2.0.12 to 2.0.13 --- 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 83341695..c7b92c92 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.12</slf4j.version> + <slf4j.version>2.0.13</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>