Skip to content

Commit

Permalink
Update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent da70afe commit 7131260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down
2 changes: 1 addition & 1 deletion transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ SOFTWARE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit 7131260

Please sign in to comment.