Skip to content

Commit 09dbb7e

Browse files
Update dependency org.codehaus.mojo:exec-maven-plugin to v3
1 parent b913841 commit 09dbb7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

s3auth-relay/src/it/non-daemon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.codehaus.mojo</groupId>
6969
<artifactId>exec-maven-plugin</artifactId>
70-
<version>1.6.0</version>
70+
<version>3.5.0</version>
7171
<executions>
7272
<execution>
7373
<id>execute-relay-JAR</id>

s3auth-relay/src/main/production/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.codehaus.mojo</groupId>
7272
<artifactId>exec-maven-plugin</artifactId>
73-
<version>1.6.0</version>
73+
<version>3.5.0</version>
7474
<executions>
7575
<execution>
7676
<id>execute</id>

s3auth-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<plugin>
257257
<groupId>org.codehaus.mojo</groupId>
258258
<artifactId>exec-maven-plugin</artifactId>
259-
<version>1.6.0</version>
259+
<version>3.5.0</version>
260260
<executions>
261261
<execution>
262262
<id>start-takes-server</id>

0 commit comments

Comments
 (0)