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.4.1
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent b4952fc commit e8f9e6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/it/fuse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<configuration>
<executable>mvn</executable>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions src/it/spring-fat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<configuration>
<executable>mvn</executable>
</configuration>
Expand Down Expand Up @@ -333,7 +333,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>run-old-app</id>
Expand Down
2 changes: 1 addition & 1 deletion src/it/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<configuration>
<executable>mvn</executable>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/staticize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<configuration>
<executable>mvn</executable>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/it/streams/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.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>jeo-to-bytecode</id>
Expand Down

0 comments on commit e8f9e6d

Please sign in to comment.