From ac55c8031457cbdfe051ba6e02520eddab6cc8d6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 18 Nov 2022 19:59:06 +0100 Subject: [PATCH] chore(deps): update dependency com.google.cloud.functions:function-maven-plugin to v0.10.1 (#7448) --- bigtable/scheduled-backups/pom.xml | 4 ++-- cloud-sql/mysql/servlet/pom.xml | 2 +- cloud-sql/postgres/servlet/pom.xml | 2 +- .../vulnerability-notification-function/pom.xml | 2 +- dialogflow/basic-webhook/pom.xml | 2 +- functions/concepts/after-timeout/pom.xml | 2 +- functions/concepts/env-vars/pom.xml | 2 +- functions/concepts/execution-count/pom.xml | 2 +- functions/concepts/file-system/pom.xml | 2 +- functions/concepts/lazy-fields/pom.xml | 2 +- functions/concepts/retry-pubsub/pom.xml | 2 +- functions/concepts/retry-timeout/pom.xml | 2 +- functions/concepts/scopes/pom.xml | 2 +- functions/firebase/auth/pom.xml | 2 +- functions/firebase/firestore-reactive/pom.xml | 2 +- functions/firebase/firestore/pom.xml | 2 +- functions/firebase/remote-config/pom.xml | 2 +- functions/firebase/rtdb/pom.xml | 2 +- functions/helloworld/groovy-hello-pubsub/pom.xml | 2 +- functions/helloworld/groovy-helloworld/pom.xml | 2 +- functions/helloworld/hello-error/pom.xml | 2 +- functions/helloworld/hello-gcs/pom.xml | 4 ++-- functions/helloworld/hello-http/pom.xml | 4 ++-- functions/helloworld/hello-pubsub/pom.xml | 4 ++-- functions/helloworld/helloworld/pom.xml | 2 +- functions/helloworld/kotlin-hello-pubsub/pom.xml | 2 +- functions/helloworld/kotlin-helloworld/pom.xml | 2 +- functions/helloworld/scala-hello-pubsub/pom.xml | 2 +- functions/helloworld/scala-helloworld/pom.xml | 2 +- functions/http/bearer-token-http/pom.xml | 2 +- functions/http/cors-enabled-auth/pom.xml | 2 +- functions/http/cors-enabled/pom.xml | 2 +- functions/http/http-form-data/pom.xml | 2 +- functions/http/http-method/pom.xml | 2 +- functions/http/parse-content-type/pom.xml | 2 +- functions/http/parse-xml/pom.xml | 2 +- functions/http/send-http-request/pom.xml | 2 +- functions/imagemagick/pom.xml | 2 +- functions/logging/log-helloworld/pom.xml | 2 +- functions/logging/stackdriver-logging/pom.xml | 2 +- functions/ocr/ocr-process-image/pom.xml | 2 +- functions/ocr/ocr-save-result/pom.xml | 2 +- functions/ocr/ocr-translate-text/pom.xml | 2 +- functions/pubsub/publish-message/pom.xml | 2 +- functions/pubsub/subscribe-to-topic/pom.xml | 2 +- functions/slack/pom.xml | 2 +- functions/spanner/pom.xml | 2 +- functions/v2/hello-gcs/pom.xml | 4 ++-- functions/v2/imagemagick/pom.xml | 2 +- functions/v2/label-compute-instance/pom.xml | 2 +- functions/v2/log-cloudevent/pom.xml | 2 +- functions/v2/ocr/ocr-process-image/pom.xml | 2 +- functions/v2/ocr/ocr-save-result/pom.xml | 2 +- functions/v2/ocr/ocr-translate-text/pom.xml | 2 +- functions/v2/pubsub/pom.xml | 2 +- 55 files changed, 60 insertions(+), 60 deletions(-) diff --git a/bigtable/scheduled-backups/pom.xml b/bigtable/scheduled-backups/pom.xml index 7108d85d295..ae0ede58b63 100644 --- a/bigtable/scheduled-backups/pom.xml +++ b/bigtable/scheduled-backups/pom.xml @@ -101,7 +101,7 @@ limitations under the License. com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 test @@ -119,7 +119,7 @@ limitations under the License. --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 com.example.cloud.bigtable.scheduledbackups.CreateBackup diff --git a/cloud-sql/mysql/servlet/pom.xml b/cloud-sql/mysql/servlet/pom.xml index b92ed13b1cb..8a0d260dadd 100644 --- a/cloud-sql/mysql/servlet/pom.xml +++ b/cloud-sql/mysql/servlet/pom.xml @@ -143,7 +143,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 com.example.cloudsql.functions.Main diff --git a/cloud-sql/postgres/servlet/pom.xml b/cloud-sql/postgres/servlet/pom.xml index 28c2a6d1f0b..f9dea8b98b8 100644 --- a/cloud-sql/postgres/servlet/pom.xml +++ b/cloud-sql/postgres/servlet/pom.xml @@ -131,7 +131,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 com.example.cloudsql.functions.Main diff --git a/container-registry/vulnerability-notification-function/pom.xml b/container-registry/vulnerability-notification-function/pom.xml index 1868eb30084..32db655210c 100644 --- a/container-registry/vulnerability-notification-function/pom.xml +++ b/container-registry/vulnerability-notification-function/pom.xml @@ -90,7 +90,7 @@ com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 com.example.containeranalysis.VulnerabilityFunction 8080 diff --git a/dialogflow/basic-webhook/pom.xml b/dialogflow/basic-webhook/pom.xml index b9221fc6139..3d11cb480c9 100644 --- a/dialogflow/basic-webhook/pom.xml +++ b/dialogflow/basic-webhook/pom.xml @@ -79,7 +79,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 diff --git a/functions/concepts/after-timeout/pom.xml b/functions/concepts/after-timeout/pom.xml index cbfc642bc01..d5f891c81d6 100644 --- a/functions/concepts/after-timeout/pom.xml +++ b/functions/concepts/after-timeout/pom.xml @@ -80,7 +80,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.AfterTimeout diff --git a/functions/concepts/env-vars/pom.xml b/functions/concepts/env-vars/pom.xml index 26a2ec90ddd..2822938c02a 100644 --- a/functions/concepts/env-vars/pom.xml +++ b/functions/concepts/env-vars/pom.xml @@ -89,7 +89,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 org.apache.maven.plugins diff --git a/functions/concepts/execution-count/pom.xml b/functions/concepts/execution-count/pom.xml index 603d3c0d113..ffe4e6e29ea 100644 --- a/functions/concepts/execution-count/pom.xml +++ b/functions/concepts/execution-count/pom.xml @@ -87,7 +87,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.EnvVars diff --git a/functions/concepts/file-system/pom.xml b/functions/concepts/file-system/pom.xml index d4964279fcf..210670fb323 100644 --- a/functions/concepts/file-system/pom.xml +++ b/functions/concepts/file-system/pom.xml @@ -81,7 +81,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.FileSystem diff --git a/functions/concepts/lazy-fields/pom.xml b/functions/concepts/lazy-fields/pom.xml index d1198c008e0..33745fb95b0 100644 --- a/functions/concepts/lazy-fields/pom.xml +++ b/functions/concepts/lazy-fields/pom.xml @@ -81,7 +81,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.EnvVars diff --git a/functions/concepts/retry-pubsub/pom.xml b/functions/concepts/retry-pubsub/pom.xml index 361ff18623f..abf10ec3072 100644 --- a/functions/concepts/retry-pubsub/pom.xml +++ b/functions/concepts/retry-pubsub/pom.xml @@ -100,7 +100,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.RetryPubSub diff --git a/functions/concepts/retry-timeout/pom.xml b/functions/concepts/retry-timeout/pom.xml index c4fea4f213f..a979c132fe4 100644 --- a/functions/concepts/retry-timeout/pom.xml +++ b/functions/concepts/retry-timeout/pom.xml @@ -100,7 +100,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.RetryTimeout diff --git a/functions/concepts/scopes/pom.xml b/functions/concepts/scopes/pom.xml index efc9a5d8821..121a13b12bd 100644 --- a/functions/concepts/scopes/pom.xml +++ b/functions/concepts/scopes/pom.xml @@ -81,7 +81,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.Scopes diff --git a/functions/firebase/auth/pom.xml b/functions/firebase/auth/pom.xml index dc51298ef03..0dbaab53806 100644 --- a/functions/firebase/auth/pom.xml +++ b/functions/firebase/auth/pom.xml @@ -86,7 +86,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.FirebaseAuth diff --git a/functions/firebase/firestore-reactive/pom.xml b/functions/firebase/firestore-reactive/pom.xml index fb1d9ea77df..f4bc0007db9 100644 --- a/functions/firebase/firestore-reactive/pom.xml +++ b/functions/firebase/firestore-reactive/pom.xml @@ -96,7 +96,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.FirebaseFirestoreReactive diff --git a/functions/firebase/firestore/pom.xml b/functions/firebase/firestore/pom.xml index b26ec2e4bd4..0fca308ab55 100644 --- a/functions/firebase/firestore/pom.xml +++ b/functions/firebase/firestore/pom.xml @@ -86,7 +86,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.FirebaseFirestore diff --git a/functions/firebase/remote-config/pom.xml b/functions/firebase/remote-config/pom.xml index 2a5d3ab8e73..2fbdec49971 100644 --- a/functions/firebase/remote-config/pom.xml +++ b/functions/firebase/remote-config/pom.xml @@ -86,7 +86,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.FirebaseRemoteConfig diff --git a/functions/firebase/rtdb/pom.xml b/functions/firebase/rtdb/pom.xml index 3de25d369b1..776be98f790 100644 --- a/functions/firebase/rtdb/pom.xml +++ b/functions/firebase/rtdb/pom.xml @@ -85,7 +85,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.FirebaseRtdb diff --git a/functions/helloworld/groovy-hello-pubsub/pom.xml b/functions/helloworld/groovy-hello-pubsub/pom.xml index 756d13a53eb..7fa4901a6e8 100644 --- a/functions/helloworld/groovy-hello-pubsub/pom.xml +++ b/functions/helloworld/groovy-hello-pubsub/pom.xml @@ -96,7 +96,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.GroovyHelloPubSub diff --git a/functions/helloworld/groovy-helloworld/pom.xml b/functions/helloworld/groovy-helloworld/pom.xml index e27aeeb635e..61ff6c4cd47 100644 --- a/functions/helloworld/groovy-helloworld/pom.xml +++ b/functions/helloworld/groovy-helloworld/pom.xml @@ -100,7 +100,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.GroovyHelloWorld diff --git a/functions/helloworld/hello-error/pom.xml b/functions/helloworld/hello-error/pom.xml index c555526daf2..08f7b1937f5 100644 --- a/functions/helloworld/hello-error/pom.xml +++ b/functions/helloworld/hello-error/pom.xml @@ -60,7 +60,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HelloError diff --git a/functions/helloworld/hello-gcs/pom.xml b/functions/helloworld/hello-gcs/pom.xml index bfccde86aa6..c401a5339a9 100644 --- a/functions/helloworld/hello-gcs/pom.xml +++ b/functions/helloworld/hello-gcs/pom.xml @@ -122,7 +122,7 @@ com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 test @@ -141,7 +141,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HelloGcs 8082 diff --git a/functions/helloworld/hello-http/pom.xml b/functions/helloworld/hello-http/pom.xml index 87eb3c18c53..36458c365ed 100644 --- a/functions/helloworld/hello-http/pom.xml +++ b/functions/helloworld/hello-http/pom.xml @@ -83,7 +83,7 @@ com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 test @@ -109,7 +109,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HelloHttp 8081 diff --git a/functions/helloworld/hello-pubsub/pom.xml b/functions/helloworld/hello-pubsub/pom.xml index f5059b2d4c1..bba80734246 100644 --- a/functions/helloworld/hello-pubsub/pom.xml +++ b/functions/helloworld/hello-pubsub/pom.xml @@ -123,7 +123,7 @@ com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 test @@ -142,7 +142,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HelloPubSub 8083 diff --git a/functions/helloworld/helloworld/pom.xml b/functions/helloworld/helloworld/pom.xml index 759066236b6..8ce49e39bc7 100644 --- a/functions/helloworld/helloworld/pom.xml +++ b/functions/helloworld/helloworld/pom.xml @@ -96,7 +96,7 @@ com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HelloWorld diff --git a/functions/helloworld/kotlin-hello-pubsub/pom.xml b/functions/helloworld/kotlin-hello-pubsub/pom.xml index b02da836cb3..35a8a67664b 100644 --- a/functions/helloworld/kotlin-hello-pubsub/pom.xml +++ b/functions/helloworld/kotlin-hello-pubsub/pom.xml @@ -100,7 +100,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.KotlinHelloBackground diff --git a/functions/helloworld/kotlin-helloworld/pom.xml b/functions/helloworld/kotlin-helloworld/pom.xml index 8f853bcb983..415cf36cf1d 100644 --- a/functions/helloworld/kotlin-helloworld/pom.xml +++ b/functions/helloworld/kotlin-helloworld/pom.xml @@ -104,7 +104,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HelloWorld diff --git a/functions/helloworld/scala-hello-pubsub/pom.xml b/functions/helloworld/scala-hello-pubsub/pom.xml index 6c932b02cf0..e5ba845b5b8 100644 --- a/functions/helloworld/scala-hello-pubsub/pom.xml +++ b/functions/helloworld/scala-hello-pubsub/pom.xml @@ -95,7 +95,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.ScalaHelloBackground diff --git a/functions/helloworld/scala-helloworld/pom.xml b/functions/helloworld/scala-helloworld/pom.xml index ce8bd89c2bb..0bc1cbd47cf 100644 --- a/functions/helloworld/scala-helloworld/pom.xml +++ b/functions/helloworld/scala-helloworld/pom.xml @@ -98,7 +98,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.ScalaHelloWorld diff --git a/functions/http/bearer-token-http/pom.xml b/functions/http/bearer-token-http/pom.xml index 954f2f4de2d..b3021e799d4 100644 --- a/functions/http/bearer-token-http/pom.xml +++ b/functions/http/bearer-token-http/pom.xml @@ -59,7 +59,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.BearerTokenHttp diff --git a/functions/http/cors-enabled-auth/pom.xml b/functions/http/cors-enabled-auth/pom.xml index fb3df95164a..b7c25543b0e 100644 --- a/functions/http/cors-enabled-auth/pom.xml +++ b/functions/http/cors-enabled-auth/pom.xml @@ -80,7 +80,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.CorsEnabledAuth diff --git a/functions/http/cors-enabled/pom.xml b/functions/http/cors-enabled/pom.xml index 768d80322ee..ab8e3cc43d8 100644 --- a/functions/http/cors-enabled/pom.xml +++ b/functions/http/cors-enabled/pom.xml @@ -80,7 +80,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.CorsEnabled diff --git a/functions/http/http-form-data/pom.xml b/functions/http/http-form-data/pom.xml index fff83bdc09b..9f1a5bb7c80 100644 --- a/functions/http/http-form-data/pom.xml +++ b/functions/http/http-form-data/pom.xml @@ -86,7 +86,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HttpFormData diff --git a/functions/http/http-method/pom.xml b/functions/http/http-method/pom.xml index 7311d6bfafb..c012ac068e6 100644 --- a/functions/http/http-method/pom.xml +++ b/functions/http/http-method/pom.xml @@ -79,7 +79,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HttpMethod diff --git a/functions/http/parse-content-type/pom.xml b/functions/http/parse-content-type/pom.xml index ee7d3f1754a..9485c4d6f58 100644 --- a/functions/http/parse-content-type/pom.xml +++ b/functions/http/parse-content-type/pom.xml @@ -85,7 +85,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.ParseContentType diff --git a/functions/http/parse-xml/pom.xml b/functions/http/parse-xml/pom.xml index f4797353159..58a3adebbc5 100644 --- a/functions/http/parse-xml/pom.xml +++ b/functions/http/parse-xml/pom.xml @@ -85,7 +85,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.ParseContentType diff --git a/functions/http/send-http-request/pom.xml b/functions/http/send-http-request/pom.xml index 04130c5e5e1..9250d76e273 100644 --- a/functions/http/send-http-request/pom.xml +++ b/functions/http/send-http-request/pom.xml @@ -80,7 +80,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.SendHttpRequest diff --git a/functions/imagemagick/pom.xml b/functions/imagemagick/pom.xml index 05997d2c88b..4007b2852c2 100644 --- a/functions/imagemagick/pom.xml +++ b/functions/imagemagick/pom.xml @@ -106,7 +106,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.ImageMagick diff --git a/functions/logging/log-helloworld/pom.xml b/functions/logging/log-helloworld/pom.xml index e7a445b300a..ab9283a5fdc 100644 --- a/functions/logging/log-helloworld/pom.xml +++ b/functions/logging/log-helloworld/pom.xml @@ -60,7 +60,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.LogHelloWorld diff --git a/functions/logging/stackdriver-logging/pom.xml b/functions/logging/stackdriver-logging/pom.xml index ab4250a0812..28dda92d5cc 100644 --- a/functions/logging/stackdriver-logging/pom.xml +++ b/functions/logging/stackdriver-logging/pom.xml @@ -93,7 +93,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.StackdriverLogging diff --git a/functions/ocr/ocr-process-image/pom.xml b/functions/ocr/ocr-process-image/pom.xml index 9dceed5ec8f..18d74c17db3 100644 --- a/functions/ocr/ocr-process-image/pom.xml +++ b/functions/ocr/ocr-process-image/pom.xml @@ -108,7 +108,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.OcrProcessImage diff --git a/functions/ocr/ocr-save-result/pom.xml b/functions/ocr/ocr-save-result/pom.xml index 7c0ee556156..9753cc5a4f8 100644 --- a/functions/ocr/ocr-save-result/pom.xml +++ b/functions/ocr/ocr-save-result/pom.xml @@ -108,7 +108,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.OcrSaveResult diff --git a/functions/ocr/ocr-translate-text/pom.xml b/functions/ocr/ocr-translate-text/pom.xml index 54d27412149..aaa55e76f43 100644 --- a/functions/ocr/ocr-translate-text/pom.xml +++ b/functions/ocr/ocr-translate-text/pom.xml @@ -104,7 +104,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.OcrTranslateText diff --git a/functions/pubsub/publish-message/pom.xml b/functions/pubsub/publish-message/pom.xml index 17d68f77170..ce07b724e8c 100644 --- a/functions/pubsub/publish-message/pom.xml +++ b/functions/pubsub/publish-message/pom.xml @@ -102,7 +102,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.PublishMessage diff --git a/functions/pubsub/subscribe-to-topic/pom.xml b/functions/pubsub/subscribe-to-topic/pom.xml index e74883f3b24..1e34bf14cf8 100644 --- a/functions/pubsub/subscribe-to-topic/pom.xml +++ b/functions/pubsub/subscribe-to-topic/pom.xml @@ -81,7 +81,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.SubscribeToTopic diff --git a/functions/slack/pom.xml b/functions/slack/pom.xml index b672ac8becf..716023b34b3 100644 --- a/functions/slack/pom.xml +++ b/functions/slack/pom.xml @@ -123,7 +123,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.SlackSlashCommand diff --git a/functions/spanner/pom.xml b/functions/spanner/pom.xml index b8dcbd4c715..ff61c232d50 100644 --- a/functions/spanner/pom.xml +++ b/functions/spanner/pom.xml @@ -96,7 +96,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HelloSpanner diff --git a/functions/v2/hello-gcs/pom.xml b/functions/v2/hello-gcs/pom.xml index f483e55c1aa..3ddc210b527 100644 --- a/functions/v2/hello-gcs/pom.xml +++ b/functions/v2/hello-gcs/pom.xml @@ -81,7 +81,7 @@ com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 test @@ -100,7 +100,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.HelloGcs 8082 diff --git a/functions/v2/imagemagick/pom.xml b/functions/v2/imagemagick/pom.xml index 6b43f308247..6c95b34979e 100644 --- a/functions/v2/imagemagick/pom.xml +++ b/functions/v2/imagemagick/pom.xml @@ -101,7 +101,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.ImageMagick diff --git a/functions/v2/label-compute-instance/pom.xml b/functions/v2/label-compute-instance/pom.xml index 62d5b326050..0a76e67664c 100644 --- a/functions/v2/label-compute-instance/pom.xml +++ b/functions/v2/label-compute-instance/pom.xml @@ -96,7 +96,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.AutoLabelInstance diff --git a/functions/v2/log-cloudevent/pom.xml b/functions/v2/log-cloudevent/pom.xml index 0b6fcaae57b..5fe354f49ec 100644 --- a/functions/v2/log-cloudevent/pom.xml +++ b/functions/v2/log-cloudevent/pom.xml @@ -85,7 +85,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.LogCloudEvent diff --git a/functions/v2/ocr/ocr-process-image/pom.xml b/functions/v2/ocr/ocr-process-image/pom.xml index e6571c1b762..275226f3db7 100644 --- a/functions/v2/ocr/ocr-process-image/pom.xml +++ b/functions/v2/ocr/ocr-process-image/pom.xml @@ -119,7 +119,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.OcrProcessImage diff --git a/functions/v2/ocr/ocr-save-result/pom.xml b/functions/v2/ocr/ocr-save-result/pom.xml index a8c0fe581b4..aa0cb3be423 100644 --- a/functions/v2/ocr/ocr-save-result/pom.xml +++ b/functions/v2/ocr/ocr-save-result/pom.xml @@ -109,7 +109,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.OcrSaveResult diff --git a/functions/v2/ocr/ocr-translate-text/pom.xml b/functions/v2/ocr/ocr-translate-text/pom.xml index f15541a3c20..eb39cba49f9 100644 --- a/functions/v2/ocr/ocr-translate-text/pom.xml +++ b/functions/v2/ocr/ocr-translate-text/pom.xml @@ -108,7 +108,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.OcrTranslateText diff --git a/functions/v2/pubsub/pom.xml b/functions/v2/pubsub/pom.xml index 2d254ac98ca..b9d66765ebf 100644 --- a/functions/v2/pubsub/pom.xml +++ b/functions/v2/pubsub/pom.xml @@ -85,7 +85,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.10.0 + 0.10.1 functions.SubscribeToTopic