This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-clean-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/maven-clean-plugin-3.x by this
push:
new 1684018 Bump org.slf4j:slf4j-simple from 1.7.32 to 2.0.17 (#296)
1684018 is described below
commit 1684018a6cd0b1da5dd24df0ed64ad2fe14f1e78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 19:30:51 2026 +0100
Bump org.slf4j:slf4j-simple from 1.7.32 to 2.0.17 (#296)
Bumps org.slf4j:slf4j-simple from 1.7.32 to 2.0.17.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
dependency-version: 2.0.17
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
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 7e587a4..5dd48f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.7.32</version>
+ <version>2.0.17</version>
<scope>test</scope>
</dependency>
</dependencies>