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>

0 commit comments

Comments
 (0)