Skip to content

Commit 9de745e

Browse files
authored
chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.1.1 (GoogleCloudPlatform#8886)
1 parent 4a92fed commit 9de745e

File tree

21 files changed

+24
-24
lines changed

21 files changed

+24
-24
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.1.0</version>
67+
<version>3.1.1</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.1.0</version>
124+
<version>3.1.1</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.1.0</version>
119+
<version>3.1.1</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.1.0</version>
92+
<version>3.1.1</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.1.0</version>
94+
<version>3.1.1</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
@@ -117,7 +117,7 @@ Copyright 2018 Google LLC
117117
<plugin>
118118
<groupId>org.codehaus.mojo</groupId>
119119
<artifactId>exec-maven-plugin</artifactId>
120-
<version>3.1.0</version>
120+
<version>3.1.1</version>
121121
<configuration>
122122
<mainClass>com.example.task.CreateTask</mainClass>
123123
<cleanupDaemonThreads>false</cleanupDaemonThreads>

auth/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.1.0</version>
97+
<version>3.1.1</version>
9898
<executions>
9999
<execution>
100100
<goals>

compute/cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ limitations under the License.
6868
<plugin>
6969
<groupId>org.codehaus.mojo</groupId>
7070
<artifactId>exec-maven-plugin</artifactId>
71-
<version>3.1.0</version>
71+
<version>3.1.1</version>
7272
<executions>
7373
<execution>
7474
<goals>

endpoints/getting-started/clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>org.codehaus.mojo</groupId>
6161
<artifactId>exec-maven-plugin</artifactId>
62-
<version>3.1.0</version>
62+
<version>3.1.1</version>
6363
<configuration>
6464
<mainClass>com.example.app.GoogleJwtClient</mainClass>
6565
</configuration>

flexible/java-11/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.codehaus.mojo</groupId>
190190
<artifactId>exec-maven-plugin</artifactId>
191-
<version>3.1.0</version>
191+
<version>3.1.1</version>
192192
<executions>
193193
<execution>
194194
<goals>

0 commit comments

Comments
 (0)