This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 04f2749 Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 (#55) 04f2749 is described below commit 04f274953fdf3224ec780d6f5eb47f428fc43b9b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Nov 27 21:15:22 2024 +0100 Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 (#55) Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.16. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:development 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 423e55b..510597b 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ under the License. <javaVersion>17</javaVersion> <guavaVersion>33.2.1-jre</guavaVersion> <guiceVersion>6.0.0</guiceVersion> - <slf4jVersion>2.0.13</slf4jVersion> + <slf4jVersion>2.0.16</slf4jVersion> <version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin> <version.maven-plugin-testing>4.0.0-beta-2</version.maven-plugin-testing> <version.maven-plugin-tools>4.0.0-beta-1</version.maven-plugin-tools>