Skip to content

Commit 4f1772f

Browse files
authored
chore(deps): update dependency com.google.cloud.functions:function-maven-plugin to v0.10.1 (#7448)
1 parent c2ea224 commit 4f1772f

File tree

55 files changed

+60
-60
lines changed

Some content is hidden

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

55 files changed

+60
-60
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.10.0</version>
104+
<version>0.10.1</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.10.0</version>
122+
<version>0.10.1</version>
123123
<configuration>
124124
<functionTarget>com.example.cloud.bigtable.scheduledbackups.CreateBackup</functionTarget>
125125
</configuration>

cloud-sql/mysql/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
-->
144144
<groupId>com.google.cloud.functions</groupId>
145145
<artifactId>function-maven-plugin</artifactId>
146-
<version>0.10.0</version>
146+
<version>0.10.1</version>
147147
<configuration>
148148
<functionTarget>com.example.cloudsql.functions.Main</functionTarget>
149149
</configuration>

cloud-sql/postgres/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
-->
132132
<groupId>com.google.cloud.functions</groupId>
133133
<artifactId>function-maven-plugin</artifactId>
134-
<version>0.10.0</version>
134+
<version>0.10.1</version>
135135
<configuration>
136136
<functionTarget>com.example.cloudsql.functions.Main</functionTarget>
137137
</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.10.0</version>
93+
<version>0.10.1</version>
9494
<configuration>
9595
<functionTarget>com.example.containeranalysis.VulnerabilityFunction</functionTarget>
9696
<port>8080</port>

dialogflow/basic-webhook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
-->
8080
<groupId>com.google.cloud.functions</groupId>
8181
<artifactId>function-maven-plugin</artifactId>
82-
<version>0.10.0</version>
82+
<version>0.10.1</version>
8383
</plugin>
8484
</plugins>
8585
</build>

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.10.0</version>
83+
<version>0.10.1</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.10.0</version>
92+
<version>0.10.1</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.10.0</version>
90+
<version>0.10.1</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.10.0</version>
84+
<version>0.10.1</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.10.0</version>
84+
<version>0.10.1</version>
8585
<configuration>
8686
<functionTarget>functions.EnvVars</functionTarget>
8787
</configuration>

0 commit comments

Comments
 (0)