Skip to content

Commit

Permalink
Merge pull request #2889 from objectionary/renovate/org.codehaus.mojo…
Browse files Browse the repository at this point in the history
…-exec-maven-plugin-3.x

chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.2.0
  • Loading branch information
yegor256 authored Feb 22, 2024
2 parents 83c0a03 + 97b7b0f commit 247d91a
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.1.1</version>
<version>3.2.0</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.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down

0 comments on commit 247d91a

Please sign in to comment.