From d624a67dcf1e90ce65ed014f0a89126bad181083 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Aug 2022 08:31:03 +0000 Subject: [PATCH 1/2] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1787d0797..f61cf267e 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.google.cloud google-cloud-shared-config - 1.5.1 + 1.5.3 From dc91ea5ea66bf2eb98a5c899f82b00e67f2a7b43 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 1 Aug 2022 08:33:14 +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 c396f9e0a..57aecb0aa 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.127.0-alpha + 0.127.2-alpha ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-logging-logback:0.127.0-alpha' +implementation 'com.google.cloud:google-cloud-logging-logback:0.127.2-alpha' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.0-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.2-alpha" ``` ## Authentication