Skip to content

Commit

Permalink
chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to…
Browse files Browse the repository at this point in the history
… v3.5.0
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent a08e9b2 commit 3d31072
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/it/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>
Expand Down
2 changes: 1 addition & 1 deletion src/it/custom-transformations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>
Expand Down
2 changes: 1 addition & 1 deletion src/it/exceptions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>
Expand Down
2 changes: 1 addition & 1 deletion src/it/generics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>
Expand Down
2 changes: 1 addition & 1 deletion src/it/phi-unphi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>
Expand Down
2 changes: 1 addition & 1 deletion src/it/spring-fat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>
Expand Down
2 changes: 1 addition & 1 deletion src/it/takes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>
Expand Down

0 comments on commit 3d31072

Please sign in to comment.