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 654065e Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2
to 3.4.0 (#433)
654065e is described below
commit 654065e37812558c6dd4483f25774f7f23b905df
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 25 22:17:58 2024 +0800
Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 (#433)
Bumps
[org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin)
from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
-
[Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0)
---
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7159bfc..a08aff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.ops4j.pax.exam</groupId>