diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-20 22:07:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 22:07:03 +0000 |
commit | bf826d6df6d44e1731c74e1ce38a722366fa7cfb (patch) | |
tree | 8f4adeadc743a407f83d3c5292da81da90ce2be4 | |
parent | ab65cbdd5887a1ea4b4e96db044584e347265f9e (diff) | |
download | aspectj-dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.3.1.tar.gz aspectj-dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.3.1.zip |
Bump maven-clean-plugin from 3.1.0 to 3.3.1dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.3.1
Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.1.0 to 3.3.1.
- [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.1)
---
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] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.1.0</version> + <version>3.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |