Skip to content

Commit 7839ff8

Browse files
authored
chore(deps): update dependency com.google.cloud.functions:function-maven-plugin to v0.11.0 (GoogleCloudPlatform#8404)
1 parent 95620cc commit 7839ff8

File tree

65 files changed

+70
-70
lines changed

Some content is hidden

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

65 files changed

+70
-70
lines changed

bigtable/scheduled-backups/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ limitations under the License.
110110
<dependency>
111111
<groupId>com.google.cloud.functions</groupId>
112112
<artifactId>function-maven-plugin</artifactId>
113-
<version>0.10.1</version>
113+
<version>0.11.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116

@@ -128,7 +128,7 @@ limitations under the License.
128128
-->
129129
<groupId>com.google.cloud.functions</groupId>
130130
<artifactId>function-maven-plugin</artifactId>
131-
<version>0.10.1</version>
131+
<version>0.11.0</version>
132132
<configuration>
133133
<functionTarget>com.example.cloud.bigtable.scheduledbackups.CreateBackup</functionTarget>
134134
</configuration>

cloud-sql/mysql/servlet/pom.xml

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

cloud-sql/postgres/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
-->
133133
<groupId>com.google.cloud.functions</groupId>
134134
<artifactId>function-maven-plugin</artifactId>
135-
<version>0.10.1</version>
135+
<version>0.11.0</version>
136136
<configuration>
137137
<functionTarget>com.example.cloudsql.functions.Main</functionTarget>
138138
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>com.google.cloud.functions</groupId>
8686
<artifactId>function-maven-plugin</artifactId>
87-
<version>0.10.1</version>
87+
<version>0.11.0</version>
8888
<configuration>
8989
<functionTarget>com.example.containeranalysis.VulnerabilityFunction</functionTarget>
9090
<port>8080</port>

dialogflow-cx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.cloud.functions</groupId>
6262
<artifactId>function-maven-plugin</artifactId>
63-
<version>0.10.1</version>
63+
<version>0.11.0</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>

dialogflow/basic-webhook/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.1</version>
90+
<version>0.11.0</version>
9191
</plugin>
9292
</plugins>
9393
</build>

functions/concepts/after-timeout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
-->
9292
<groupId>com.google.cloud.functions</groupId>
9393
<artifactId>function-maven-plugin</artifactId>
94-
<version>0.10.1</version>
94+
<version>0.11.0</version>
9595
<configuration>
9696
<functionTarget>functions.AfterTimeout</functionTarget>
9797
</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.1</version>
92+
<version>0.11.0</version>
9393
<configuration>
9494
<functionTarget>functions.EnvVars</functionTarget>
9595
</configuration>

functions/concepts/execution-count/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.1</version>
83+
<version>0.11.0</version>
8484
<configuration>
8585
<functionTarget>functions.ExecutionCount</functionTarget>
8686
</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.1</version>
84+
<version>0.11.0</version>
8585
<configuration>
8686
<functionTarget>functions.FileSystem</functionTarget>
8787
</configuration>

0 commit comments

Comments
 (0)