This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 7bf7e052 Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.15 (#578) 7bf7e052 is described below commit 7bf7e0526c0a20976e3834e3099dbb02218f804a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Aug 8 18:31:38 2024 -0400 Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.15 (#578) Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.15. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- commons-vfs2-examples/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml index a8262c89..f052e33b 100644 --- a/commons-vfs2-examples/pom.xml +++ b/commons-vfs2-examples/pom.xml @@ -192,7 +192,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>2.0.13</version> + <version>2.0.15</version> <scope>runtime</scope> </dependency> </dependencies> @@ -219,7 +219,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>2.0.13</version> + <version>2.0.15</version> <scope>runtime</scope> </dependency> </dependencies>