From 91b8c89f6e06e804b146167175c905d6a15a4118 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 12 Aug 2022 16:05:09 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-functions to v2.5.0 (#457) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:google-cloud-functions to v2.5.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- java-functions/README.md | 6 +++--- java-functions/samples/install-without-bom/pom.xml | 2 +- java-functions/samples/snapshot/pom.xml | 2 +- java-functions/samples/snippets/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java-functions/README.md b/java-functions/README.md index c83c52c3fcac..47e595d54bd9 100644 --- a/java-functions/README.md +++ b/java-functions/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-functions - 2.4.3 + 2.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-functions:2.4.3' +implementation 'com.google.cloud:google-cloud-functions:2.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.3" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.5.0" ``` ## Authentication diff --git a/java-functions/samples/install-without-bom/pom.xml b/java-functions/samples/install-without-bom/pom.xml index 7368de4e1955..0ba56175ae42 100644 --- a/java-functions/samples/install-without-bom/pom.xml +++ b/java-functions/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-functions - 2.4.3 + 2.5.0 diff --git a/java-functions/samples/snapshot/pom.xml b/java-functions/samples/snapshot/pom.xml index 96791a5bd9d2..b08b28afb7b9 100644 --- a/java-functions/samples/snapshot/pom.xml +++ b/java-functions/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.4.3 + 2.5.0 diff --git a/java-functions/samples/snippets/pom.xml b/java-functions/samples/snippets/pom.xml index 18be5e3f72a7..eed5109f868e 100644 --- a/java-functions/samples/snippets/pom.xml +++ b/java-functions/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.4.3 + 2.5.0