Skip to content

Commit ce5bc8d

Browse files
authored
chore(deps): update dependency com.google.cloud.functions:function-maven-plugin to v0.9.3 (GoogleCloudPlatform#2938)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.functions:function-maven-plugin](http://maven.apache.org) | patch | `0.9.2` -> `0.9.3` | --- ### 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 9a4816e commit ce5bc8d

File tree

42 files changed

+45
-45
lines changed

Some content is hidden

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

42 files changed

+45
-45
lines changed

functions/concepts/env-vars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
-->
108108
<groupId>com.google.cloud.functions</groupId>
109109
<artifactId>function-maven-plugin</artifactId>
110-
<version>0.9.2</version>
110+
<version>0.9.3</version>
111111
</plugin>
112112
<plugin>
113113
<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
@@ -105,7 +105,7 @@
105105
-->
106106
<groupId>com.google.cloud.functions</groupId>
107107
<artifactId>function-maven-plugin</artifactId>
108-
<version>0.9.2</version>
108+
<version>0.9.3</version>
109109
<configuration>
110110
<functionTarget>functions.EnvVars</functionTarget>
111111
</configuration>

functions/concepts/file-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
-->
100100
<groupId>com.google.cloud.functions</groupId>
101101
<artifactId>function-maven-plugin</artifactId>
102-
<version>0.9.2</version>
102+
<version>0.9.3</version>
103103
<configuration>
104104
<functionTarget>functions.FileSystem</functionTarget>
105105
</configuration>

functions/concepts/lazy-fields/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
-->
100100
<groupId>com.google.cloud.functions</groupId>
101101
<artifactId>function-maven-plugin</artifactId>
102-
<version>0.9.2</version>
102+
<version>0.9.3</version>
103103
<configuration>
104104
<functionTarget>functions.EnvVars</functionTarget>
105105
</configuration>

functions/concepts/retry-pubsub/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.2</version>
113+
<version>0.9.3</version>
114114
<configuration>
115115
<functionTarget>functions.RetryPubSub</functionTarget>
116116
</configuration>

functions/concepts/retry-timeout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
-->
112112
<groupId>com.google.cloud.functions</groupId>
113113
<artifactId>function-maven-plugin</artifactId>
114-
<version>0.9.2</version>
114+
<version>0.9.3</version>
115115
<configuration>
116116
<functionTarget>functions.RetryTimeout</functionTarget>
117117
</configuration>

functions/concepts/scopes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
-->
100100
<groupId>com.google.cloud.functions</groupId>
101101
<artifactId>function-maven-plugin</artifactId>
102-
<version>0.9.2</version>
102+
<version>0.9.3</version>
103103
<configuration>
104104
<functionTarget>functions.Scopes</functionTarget>
105105
</configuration>

functions/firebase/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
-->
105105
<groupId>com.google.cloud.functions</groupId>
106106
<artifactId>function-maven-plugin</artifactId>
107-
<version>0.9.2</version>
107+
<version>0.9.3</version>
108108
<configuration>
109109
<functionTarget>functions.FirebaseAuth</functionTarget>
110110
</configuration>

functions/firebase/firestore-reactive/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.2</version>
120+
<version>0.9.3</version>
121121
<configuration>
122122
<functionTarget>functions.FirebaseFirestoreReactive</functionTarget>
123123
</configuration>

functions/firebase/firestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
-->
105105
<groupId>com.google.cloud.functions</groupId>
106106
<artifactId>function-maven-plugin</artifactId>
107-
<version>0.9.2</version>
107+
<version>0.9.3</version>
108108
<configuration>
109109
<functionTarget>functions.FirebaseFirestore</functionTarget>
110110
</configuration>

0 commit comments

Comments
 (0)