Skip to content

Commit

Permalink
Merge pull request #183 from AxonFramework/dependabot/maven/org.apach…
Browse files Browse the repository at this point in the history
…e.maven.plugins-maven-clean-plugin-3.2.0

Bump maven-clean-plugin from 3.1.0 to 3.2.0
  • Loading branch information
smcvb committed Apr 5, 2022
2 parents bfb1ce8 + 04d8e67 commit 200913e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion springcloud-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand Down

0 comments on commit 200913e

Please sign in to comment.