Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

chore(deps): update dependency com.google.cloud:google-cloud-functions to v2.3.5 #398

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(deps): update dependency com.google.cloud:google-cloud-function…
…s to v2.3.5
  • Loading branch information
renovate-bot committed Mar 3, 2022
commit bd1a5071d93a6da3790b2ce3ae49ebaa04a7dbaf
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-functions</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
</dependency>
<!-- [END functions_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-functions</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-functions</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
</dependency>

<dependency>
Expand Down