Skip to content

Commit

Permalink
Update dependency org.codehaus.mojo:exec-maven-plugin to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent 22e998a commit 8bd9707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion s3auth-relay/src/it/non-daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>execute-relay-JAR</id>
Expand Down
2 changes: 1 addition & 1 deletion s3auth-relay/src/main/production/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>execute</id>
Expand Down
2 changes: 1 addition & 1 deletion s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>start-takes-server</id>
Expand Down

0 comments on commit 8bd9707

Please sign in to comment.