This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new b2cd4ab1cc Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0
to 3.4.1 (#1109)
b2cd4ab1cc is described below
commit b2cd4ab1ccc26ecf77a645fa16452d100fa7649d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 24 23:08:30 2025 +0100
Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 (#1109)
Bumps
[org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin)
from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
-
[Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.0...maven-clean-plugin-3.4.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 bc44d1c0a7..32bed0fbc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
<japicmp-maven-plugin.version>0.23.1</japicmp-maven-plugin.version>
<maven-archetype-plugin.version>3.3.1</maven-archetype-plugin.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
- <maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
+ <maven-clean-plugin.version>3.4.1</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>