Skip to content

Commit

Permalink
Merge pull request #423 from jborgers/dependabot/maven/org.apache.mav…
Browse files Browse the repository at this point in the history
…en.plugins-maven-clean-plugin-3.3.2

Bump org.apache.maven.plugins:maven-clean-plugin from 3.2.0 to 3.3.2
  • Loading branch information
jborgers authored Mar 27, 2024
2 parents dddc8fc + ee1d83b commit 40d5d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -105,7 +105,7 @@
<plugin>
<!-- delete the target dirs in the sub projects, not cleaned by default -->
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
<configuration>
<filesets>
<fileset>
Expand Down

0 comments on commit 40d5d9e

Please sign in to comment.