Skip to content

Commit 3b6f68b

Browse files
authored
chore(deps): update dependency com.google.cloud.functions:function-maven-plugin to v0.9.2 (GoogleCloudPlatform#2742)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.functions:function-maven-plugin](http://maven.apache.org) | patch | `0.9.1` -> `0.9.2` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent d4e38aa commit 3b6f68b

File tree

43 files changed

+43
-43
lines changed

Some content is hidden

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

43 files changed

+43
-43
lines changed

functions/concepts/env-vars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
-->
126126
<groupId>com.google.cloud.functions</groupId>
127127
<artifactId>function-maven-plugin</artifactId>
128-
<version>0.9.1</version>
128+
<version>0.9.2</version>
129129
</plugin>
130130
<plugin>
131131
<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
@@ -117,7 +117,7 @@
117117
-->
118118
<groupId>com.google.cloud.functions</groupId>
119119
<artifactId>function-maven-plugin</artifactId>
120-
<version>0.9.1</version>
120+
<version>0.9.2</version>
121121
<configuration>
122122
<functionTarget>functions.EnvVars</functionTarget>
123123
</configuration>

functions/concepts/file-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
-->
119119
<groupId>com.google.cloud.functions</groupId>
120120
<artifactId>function-maven-plugin</artifactId>
121-
<version>0.9.1</version>
121+
<version>0.9.2</version>
122122
<configuration>
123123
<functionTarget>functions.FileSystem</functionTarget>
124124
</configuration>

functions/concepts/lazy-fields/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
-->
118118
<groupId>com.google.cloud.functions</groupId>
119119
<artifactId>function-maven-plugin</artifactId>
120-
<version>0.9.1</version>
120+
<version>0.9.2</version>
121121
<configuration>
122122
<functionTarget>functions.EnvVars</functionTarget>
123123
</configuration>

functions/concepts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
-->
138138
<groupId>com.google.cloud.functions</groupId>
139139
<artifactId>function-maven-plugin</artifactId>
140-
<version>0.9.1</version>
140+
<version>0.9.2</version>
141141
</plugin>
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>

functions/concepts/retry-pub-sub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
-->
129129
<groupId>com.google.cloud.functions</groupId>
130130
<artifactId>function-maven-plugin</artifactId>
131-
<version>0.9.1</version>
131+
<version>0.9.2</version>
132132
<configuration>
133133
<functionTarget>functions.RetryPubSub</functionTarget>
134134
</configuration>

functions/concepts/retry-timeout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
-->
130130
<groupId>com.google.cloud.functions</groupId>
131131
<artifactId>function-maven-plugin</artifactId>
132-
<version>0.9.1</version>
132+
<version>0.9.2</version>
133133
<configuration>
134134
<functionTarget>functions.RetryTimeout</functionTarget>
135135
</configuration>

functions/concepts/scopes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
-->
118118
<groupId>com.google.cloud.functions</groupId>
119119
<artifactId>function-maven-plugin</artifactId>
120-
<version>0.9.1</version>
120+
<version>0.9.2</version>
121121
<configuration>
122122
<functionTarget>functions.Scopes</functionTarget>
123123
</configuration>

functions/firebase/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
-->
104104
<groupId>com.google.cloud.functions</groupId>
105105
<artifactId>function-maven-plugin</artifactId>
106-
<version>0.9.1</version>
106+
<version>0.9.2</version>
107107
<configuration>
108108
<functionTarget>functions.FirebaseAuth</functionTarget>
109109
</configuration>

functions/firebase/firestore-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
-->
130130
<groupId>com.google.cloud.functions</groupId>
131131
<artifactId>function-maven-plugin</artifactId>
132-
<version>0.9.1</version>
132+
<version>0.9.2</version>
133133
<configuration>
134134
<functionTarget>functions.FirebaseFirestoreReactive</functionTarget>
135135
</configuration>

functions/firebase/firestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
-->
111111
<groupId>com.google.cloud.functions</groupId>
112112
<artifactId>function-maven-plugin</artifactId>
113-
<version>0.9.1</version>
113+
<version>0.9.2</version>
114114
<configuration>
115115
<functionTarget>functions.FirebaseFirestore</functionTarget>
116116
</configuration>

functions/firebase/remote-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
-->
104104
<groupId>com.google.cloud.functions</groupId>
105105
<artifactId>function-maven-plugin</artifactId>
106-
<version>0.9.1</version>
106+
<version>0.9.2</version>
107107
<configuration>
108108
<functionTarget>functions.FirebaseRemoteConfig</functionTarget>
109109
</configuration>

functions/firebase/rtdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
-->
104104
<groupId>com.google.cloud.functions</groupId>
105105
<artifactId>function-maven-plugin</artifactId>
106-
<version>0.9.1</version>
106+
<version>0.9.2</version>
107107
<configuration>
108108
<functionTarget>functions.FirebaseRtdb</functionTarget>
109109
</configuration>

functions/helloworld/groovy-hello-background/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
-->
134134
<groupId>com.google.cloud.functions</groupId>
135135
<artifactId>function-maven-plugin</artifactId>
136-
<version>0.9.1</version>
136+
<version>0.9.2</version>
137137
<configuration>
138138
<functionTarget>functions.GroovyHelloBackground</functionTarget>
139139
</configuration>

functions/helloworld/groovy-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
-->
134134
<groupId>com.google.cloud.functions</groupId>
135135
<artifactId>function-maven-plugin</artifactId>
136-
<version>0.9.1</version>
136+
<version>0.9.2</version>
137137
<configuration>
138138
<functionTarget>functions.GroovyHelloWorld</functionTarget>
139139
</configuration>

functions/helloworld/hello-background/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
-->
111111
<groupId>com.google.cloud.functions</groupId>
112112
<artifactId>function-maven-plugin</artifactId>
113-
<version>0.9.1</version>
113+
<version>0.9.2</version>
114114
<configuration>
115115
<functionTarget>functions.HelloBackground</functionTarget>
116116
</configuration>

functions/helloworld/hello-error/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
-->
7878
<groupId>com.google.cloud.functions</groupId>
7979
<artifactId>function-maven-plugin</artifactId>
80-
<version>0.9.1</version>
80+
<version>0.9.2</version>
8181
<configuration>
8282
<functionTarget>functions.HelloError</functionTarget>
8383
</configuration>

functions/helloworld/hello-gcs-generic/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.9.1</version>
94+
<version>0.9.2</version>
9595
<configuration>
9696
<functionTarget>functions.HelloGcsGeneric</functionTarget>
9797
</configuration>

functions/helloworld/hello-gcs/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.9.1</version>
94+
<version>0.9.2</version>
9595
<configuration>
9696
<functionTarget>functions.HelloGcs</functionTarget>
9797
</configuration>

functions/helloworld/hello-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
-->
117117
<groupId>com.google.cloud.functions</groupId>
118118
<artifactId>function-maven-plugin</artifactId>
119-
<version>0.9.1</version>
119+
<version>0.9.2</version>
120120
<configuration>
121121
<functionTarget>functions.HelloHttp</functionTarget>
122122
</configuration>

functions/helloworld/hello-pub-sub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
-->
117117
<groupId>com.google.cloud.functions</groupId>
118118
<artifactId>function-maven-plugin</artifactId>
119-
<version>0.9.1</version>
119+
<version>0.9.2</version>
120120
<configuration>
121121
<functionTarget>functions.HelloPubSub</functionTarget>
122122
</configuration>

functions/helloworld/hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
-->
111111
<groupId>com.google.cloud.functions</groupId>
112112
<artifactId>function-maven-plugin</artifactId>
113-
<version>0.9.1</version>
113+
<version>0.9.2</version>
114114
<configuration>
115115
<functionTarget>functions.HelloWorld</functionTarget>
116116
</configuration>

functions/helloworld/kotlin-hello-background/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
-->
143143
<groupId>com.google.cloud.functions</groupId>
144144
<artifactId>function-maven-plugin</artifactId>
145-
<version>0.9.1</version>
145+
<version>0.9.2</version>
146146
<configuration>
147147
<functionTarget>functions.KotlinHelloBackground</functionTarget>
148148
</configuration>

functions/helloworld/kotlin-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
-->
137137
<groupId>com.google.cloud.functions</groupId>
138138
<artifactId>function-maven-plugin</artifactId>
139-
<version>0.9.1</version>
139+
<version>0.9.2</version>
140140
<configuration>
141141
<functionTarget>functions.KotlinHelloWorld</functionTarget>
142142
</configuration>

functions/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
-->
160160
<groupId>com.google.cloud.functions</groupId>
161161
<artifactId>function-maven-plugin</artifactId>
162-
<version>0.9.1</version>
162+
<version>0.9.2</version>
163163
</plugin>
164164
<plugin>
165165
<groupId>org.codehaus.gmavenplus</groupId>

functions/helloworld/scala-hello-background/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.9.1</version>
134+
<version>0.9.2</version>
135135
<configuration>
136136
<functionTarget>functions.ScalaHelloBackground</functionTarget>
137137
</configuration>

functions/helloworld/scala-hello-world/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.9.1</version>
134+
<version>0.9.2</version>
135135
<configuration>
136136
<functionTarget>functions.ScalaHelloWorld</functionTarget>
137137
</configuration>

functions/http/bearer-token-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
-->
7878
<groupId>com.google.cloud.functions</groupId>
7979
<artifactId>function-maven-plugin</artifactId>
80-
<version>0.9.1</version>
80+
<version>0.9.2</version>
8181
<configuration>
8282
<functionTarget>functions.BearerTokenHttp</functionTarget>
8383
</configuration>

functions/http/cors-enabled-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
-->
116116
<groupId>com.google.cloud.functions</groupId>
117117
<artifactId>function-maven-plugin</artifactId>
118-
<version>0.9.1</version>
118+
<version>0.9.2</version>
119119
<configuration>
120120
<functionTarget>functions.CorsEnabledAuth</functionTarget>
121121
</configuration>

functions/http/cors-enabled/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
-->
116116
<groupId>com.google.cloud.functions</groupId>
117117
<artifactId>function-maven-plugin</artifactId>
118-
<version>0.9.1</version>
118+
<version>0.9.2</version>
119119
<configuration>
120120
<functionTarget>functions.CorsEnabled</functionTarget>
121121
</configuration>

functions/http/http-method/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
-->
116116
<groupId>com.google.cloud.functions</groupId>
117117
<artifactId>function-maven-plugin</artifactId>
118-
<version>0.9.1</version>
118+
<version>0.9.2</version>
119119
<configuration>
120120
<functionTarget>functions.HttpMethod</functionTarget>
121121
</configuration>

functions/http/parse-content-type/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
-->
116116
<groupId>com.google.cloud.functions</groupId>
117117
<artifactId>function-maven-plugin</artifactId>
118-
<version>0.9.1</version>
118+
<version>0.9.2</version>
119119
<configuration>
120120
<functionTarget>functions.ParseContentType</functionTarget>
121121
</configuration>

functions/http/send-http-request/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
-->
116116
<groupId>com.google.cloud.functions</groupId>
117117
<artifactId>function-maven-plugin</artifactId>
118-
<version>0.9.1</version>
118+
<version>0.9.2</version>
119119
<configuration>
120120
<functionTarget>functions.SendHttpRequest</functionTarget>
121121
</configuration>

functions/imagemagick/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
-->
117117
<groupId>com.google.cloud.functions</groupId>
118118
<artifactId>function-maven-plugin</artifactId>
119-
<version>0.9.1</version>
119+
<version>0.9.2</version>
120120
<configuration>
121121
<functionTarget>functions.ImageMagick</functionTarget>
122122
</configuration>

functions/logging/log-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
-->
7979
<groupId>com.google.cloud.functions</groupId>
8080
<artifactId>function-maven-plugin</artifactId>
81-
<version>0.9.1</version>
81+
<version>0.9.2</version>
8282
<configuration>
8383
<functionTarget>functions.LogHelloWorld</functionTarget>
8484
</configuration>

functions/logging/retrieve-logs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
-->
134134
<groupId>com.google.cloud.functions</groupId>
135135
<artifactId>function-maven-plugin</artifactId>
136-
<version>0.9.1</version>
136+
<version>0.9.2</version>
137137
<configuration>
138138
<functionTarget>functions.RetrieveLogs</functionTarget>
139139
</configuration>

functions/logging/stackdriver-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
-->
104104
<groupId>com.google.cloud.functions</groupId>
105105
<artifactId>function-maven-plugin</artifactId>
106-
<version>0.9.1</version>
106+
<version>0.9.2</version>
107107
<configuration>
108108
<functionTarget>functions.StackdriverLogging</functionTarget>
109109
</configuration>

functions/ocr/ocr-process-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
-->
122122
<groupId>com.google.cloud.functions</groupId>
123123
<artifactId>function-maven-plugin</artifactId>
124-
<version>0.9.1</version>
124+
<version>0.9.2</version>
125125
<configuration>
126126
<functionTarget>
127127
functions.OcrProcessImage

functions/ocr/ocr-save-result/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
-->
122122
<groupId>com.google.cloud.functions</groupId>
123123
<artifactId>function-maven-plugin</artifactId>
124-
<version>0.9.1</version>
124+
<version>0.9.2</version>
125125
<configuration>
126126
<functionTarget>
127127
functions.OcrSaveResult

functions/ocr/ocr-translate-text/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
-->
118118
<groupId>com.google.cloud.functions</groupId>
119119
<artifactId>function-maven-plugin</artifactId>
120-
<version>0.9.1</version>
120+
<version>0.9.2</version>
121121
<configuration>
122122
<functionTarget>
123123
functions.OcrTranslateText

functions/pubsub/publish-message/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.9.1</version>
135+
<version>0.9.2</version>
136136
<configuration>
137137
<functionTarget>functions.PublishMessage</functionTarget>
138138
</configuration>

functions/pubsub/subscribe-to-topic/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.9.1</version>
94+
<version>0.9.2</version>
9595
<configuration>
9696
<functionTarget>functions.SubscribeToTopic</functionTarget>
9797
</configuration>

functions/slack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
-->
153153
<groupId>com.google.cloud.functions</groupId>
154154
<artifactId>function-maven-plugin</artifactId>
155-
<version>0.9.1</version>
155+
<version>0.9.2</version>
156156
<configuration>
157157
<functionTarget>functions.SlackSlashCommand</functionTarget>
158158
</configuration>

0 commit comments

Comments
 (0)