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 ee7a650 commit b492930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/src/it/fibonacci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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>
<phase>test</phase>
Expand Down
2 changes: 1 addition & 1 deletion eo-maven-plugin/src/it/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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>
<phase>compile</phase>
Expand Down

0 comments on commit b492930

Please sign in to comment.