Skip to content

Commit a605846

Browse files
authored
chore(deps): update dependency com.google.cloud.functions:function-maven-plugin to v0.10.0 (GoogleCloudPlatform#6371)
1 parent c0e8f1c commit a605846

File tree

45 files changed

+50
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+50
-50
lines changed

bigtable/scheduled-backups/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ limitations under the License.
101101
<dependency>
102102
<groupId>com.google.cloud.functions</groupId>
103103
<artifactId>function-maven-plugin</artifactId>
104-
<version>0.9.8</version>
104+
<version>0.10.0</version>
105105
<scope>test</scope>
106106
</dependency>
107107

@@ -119,7 +119,7 @@ limitations under the License.
119119
-->
120120
<groupId>com.google.cloud.functions</groupId>
121121
<artifactId>function-maven-plugin</artifactId>
122-
<version>0.9.8</version>
122+
<version>0.10.0</version>
123123
<configuration>
124124
<functionTarget>com.example.cloud.bigtable.scheduledbackups.CreateBackup</functionTarget>
125125
</configuration>

container-registry/vulnerability-notification-function/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>com.google.cloud.functions</groupId>
9292
<artifactId>function-maven-plugin</artifactId>
93-
<version>0.9.8</version>
93+
<version>0.10.0</version>
9494
<configuration>
9595
<functionTarget>com.example.containeranalysis.VulnerabilityFunction</functionTarget>
9696
<port>8080</port>

functions/concepts/after-timeout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
-->
8181
<groupId>com.google.cloud.functions</groupId>
8282
<artifactId>function-maven-plugin</artifactId>
83-
<version>0.9.8</version>
83+
<version>0.10.0</version>
8484
<configuration>
8585
<functionTarget>functions.AfterTimeout</functionTarget>
8686
</configuration>

functions/concepts/env-vars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
-->
9090
<groupId>com.google.cloud.functions</groupId>
9191
<artifactId>function-maven-plugin</artifactId>
92-
<version>0.9.8</version>
92+
<version>0.10.0</version>
9393
</plugin>
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>

functions/concepts/execution-count/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
-->
8888
<groupId>com.google.cloud.functions</groupId>
8989
<artifactId>function-maven-plugin</artifactId>
90-
<version>0.9.8</version>
90+
<version>0.10.0</version>
9191
<configuration>
9292
<functionTarget>functions.EnvVars</functionTarget>
9393
</configuration>

functions/concepts/file-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
-->
8282
<groupId>com.google.cloud.functions</groupId>
8383
<artifactId>function-maven-plugin</artifactId>
84-
<version>0.9.8</version>
84+
<version>0.10.0</version>
8585
<configuration>
8686
<functionTarget>functions.FileSystem</functionTarget>
8787
</configuration>

functions/concepts/lazy-fields/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
-->
8282
<groupId>com.google.cloud.functions</groupId>
8383
<artifactId>function-maven-plugin</artifactId>
84-
<version>0.9.8</version>
84+
<version>0.10.0</version>
8585
<configuration>
8686
<functionTarget>functions.EnvVars</functionTarget>
8787
</configuration>

functions/concepts/retry-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
-->
101101
<groupId>com.google.cloud.functions</groupId>
102102
<artifactId>function-maven-plugin</artifactId>
103-
<version>0.9.8</version>
103+
<version>0.10.0</version>
104104
<configuration>
105105
<functionTarget>functions.RetryPubSub</functionTarget>
106106
</configuration>

functions/concepts/retry-timeout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
-->
101101
<groupId>com.google.cloud.functions</groupId>
102102
<artifactId>function-maven-plugin</artifactId>
103-
<version>0.9.8</version>
103+
<version>0.10.0</version>
104104
<configuration>
105105
<functionTarget>functions.RetryTimeout</functionTarget>
106106
</configuration>

functions/concepts/scopes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
-->
8282
<groupId>com.google.cloud.functions</groupId>
8383
<artifactId>function-maven-plugin</artifactId>
84-
<version>0.9.8</version>
84+
<version>0.10.0</version>
8585
<configuration>
8686
<functionTarget>functions.Scopes</functionTarget>
8787
</configuration>

0 commit comments

Comments
 (0)