Skip to content

Commit dc560c0

Browse files
authored
chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.1.0 (GoogleCloudPlatform#7578)
1 parent 2a4bb42 commit dc560c0

File tree

18 files changed

+23
-23
lines changed

18 files changed

+23
-23
lines changed

appengine-java11/appengine-simple-jetty-main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.codehaus.mojo</groupId>
6666
<artifactId>exec-maven-plugin</artifactId>
67-
<version>3.0.0</version>
67+
<version>3.1.0</version>
6868
<executions>
6969
<execution>
7070
<goals>

appengine-java11/kotlin-ktor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ limitations under the License.
121121
<plugin>
122122
<groupId>org.codehaus.mojo</groupId>
123123
<artifactId>exec-maven-plugin</artifactId>
124-
<version>3.0.0</version>
124+
<version>3.1.0</version>
125125
<executions>
126126
<execution>
127127
<goals>

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.codehaus.mojo</groupId>
118118
<artifactId>exec-maven-plugin</artifactId>
119-
<version>3.0.0</version>
119+
<version>3.1.0</version>
120120
<configuration>
121121
<executable>java</executable>
122122
<arguments>

appengine-java11/sparkjava-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ limitations under the License.
8989
<plugin>
9090
<groupId>org.codehaus.mojo</groupId>
9191
<artifactId>exec-maven-plugin</artifactId>
92-
<version>3.0.0</version>
92+
<version>3.1.0</version>
9393
<configuration>
9494
<mainClass>com.example.appengine.sparkdemo.Main</mainClass>
9595
<arguments>

appengine-java11/tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Copyright 2019 Google LLC
9191
<plugin>
9292
<groupId>org.codehaus.mojo</groupId>
9393
<artifactId>exec-maven-plugin</artifactId>
94-
<version>3.0.0</version>
94+
<version>3.1.0</version>
9595
<configuration>
9696
<mainClass>com.example.task.CreateTask</mainClass>
9797
<cleanupDaemonThreads>false</cleanupDaemonThreads>

appengine-java8/tasks/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Copyright 2018 Google LLC
106106
<plugin>
107107
<groupId>org.codehaus.mojo</groupId>
108108
<artifactId>exec-maven-plugin</artifactId>
109-
<version>3.0.0</version>
109+
<version>3.1.0</version>
110110
<configuration>
111111
<mainClass>com.example.task.CreateTask</mainClass>
112112
<cleanupDaemonThreads>false</cleanupDaemonThreads>

auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ limitations under the License.
9999
<plugin>
100100
<groupId>org.codehaus.mojo</groupId>
101101
<artifactId>exec-maven-plugin</artifactId>
102-
<version>3.0.0</version>
102+
<version>3.1.0</version>
103103
<executions>
104104
<execution>
105105
<goals>

compute/cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ limitations under the License.
6060
<plugin>
6161
<groupId>org.codehaus.mojo</groupId>
6262
<artifactId>exec-maven-plugin</artifactId>
63-
<version>3.0.0</version>
63+
<version>3.1.0</version>
6464
<executions>
6565
<execution>
6666
<goals>

endpoints/getting-started/clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.codehaus.mojo</groupId>
5050
<artifactId>exec-maven-plugin</artifactId>
51-
<version>3.0.0</version>
51+
<version>3.1.0</version>
5252
<configuration>
5353
<mainClass>com.example.app.GoogleJwtClient</mainClass>
5454
</configuration>

flexible/sparkjava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ limitations under the License.
9494
<plugin>
9595
<groupId>org.codehaus.mojo</groupId>
9696
<artifactId>exec-maven-plugin</artifactId>
97-
<version>3.0.0</version>
97+
<version>3.1.0</version>
9898
<configuration>
9999
<mainClass>com.google.appengine.sparkdemo.Main</mainClass>
100100
<arguments>

0 commit comments

Comments
 (0)