From 3d13008d0508e740d05d2a94dbb6e01136763cf6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Jul 2022 20:38:56 +0000 Subject: [PATCH 1/2] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.1 --- google-cloud-functions-bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index cd54ef3c..3012b9a6 100644 --- a/google-cloud-functions-bom/pom.xml +++ b/google-cloud-functions-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 1.5.0 + 1.5.1 Google Cloud Functions BOM diff --git a/pom.xml b/pom.xml index 513e7ec0..21f36237 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.5.0 + 1.5.1 From 43ac390a8b7938a8f70f2fa7a36ba3d91488468c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 1 Jul 2022 22:51:38 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39d49a07..1c4207ee 100644 --- a/README.md +++ b/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.1 + 2.4.2 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-functions:2.4.1' +implementation 'com.google.cloud:google-cloud-functions:2.4.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.1" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.2" ``` ## Authentication