Skip to content

Commit

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

Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
  • Loading branch information
github-actions[bot] authored Oct 27, 2023
2 parents 05e63a0 + 58f32fe commit 517a9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mongo-axon-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- Build / Plugins -->
<jacoco-maven.version>0.8.10</jacoco-maven.version>
<maven-assembly.version>3.6.0</maven-assembly.version>
<maven-clean.version>3.3.1</maven-clean.version>
<maven-clean.version>3.3.2</maven-clean.version>
<maven-compiler.version>3.11.0</maven-compiler.version>
<maven-deploy.version>3.0.0</maven-deploy.version>
<maven-enforcer.version>3.4.1</maven-enforcer.version>
Expand Down

0 comments on commit 517a9d2

Please sign in to comment.