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 09811658 Bump org.slf4j:slf4j-simple from 2.0.15 to 2.0.16 (#584) 09811658 is described below commit 0981165865c06ab07cb69db3956bfb3d5c90eefd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 12 10:59:06 2024 -0400 Bump org.slf4j:slf4j-simple from 2.0.15 to 2.0.16 (#584) Bumps org.slf4j:slf4j-simple from 2.0.15 to 2.0.16. --- 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 f052e33b..500d6481 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.15</version> + <version>2.0.16</version> <scope>runtime</scope> </dependency> </dependencies> @@ -219,7 +219,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>2.0.15</version> + <version>2.0.16</version> <scope>runtime</scope> </dependency> </dependencies>