From 4015ff3a12f69b2c56b4ceaa9586290f9bd2c369 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Sep 2022 22:25:41 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbe2a985f..0839a8577 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.2 + 3.0.3 pom import From 7c156c3c58f8774f9f53a02f3e3c447d5ba8b1a5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 14 Sep 2022 22:28:16 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 755e1853c..e98c6003d 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-logging:3.10.7' +implementation 'com.google.cloud:google-cloud-logging:3.11.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.10.7" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.0" ``` ## Authentication