This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 3057057 Bump org.apache.maven.plugins:maven-clean-plugin from 3.1.0
to 3.3.2 (#323)
3057057 is described below
commit 3057057e3c3a61873ec87eb1a24e9365b44546ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 15 21:51:16 2024 +0800
Bump org.apache.maven.plugins:maven-clean-plugin from 3.1.0 to 3.3.2 (#323)
Bumps
[org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin)
from 3.1.0 to 3.3.2.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
-
[Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.1.0...maven-clean-plugin-3.3.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: xiaosheng <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dc8651f..d2b4f09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.ops4j.pax.exam</groupId>