From d60af4dce56052621e08c19ed4039a4b0dd25dc1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Jan 2022 19:24:07 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:libraries-bom to v24.2.0 --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 4b0bb7bf8..c90da86c9 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 24.1.2 + 24.2.0 pom import From 9e4f848bcc4171839bab298e5a9e4044bd867be4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 11 Jan 2022 19:26:56 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= 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 8775649f0..0efd2e138 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.122.8-alpha + 0.122.9-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-logging-logback:0.122.8-alpha' +implementation 'com.google.cloud:google-cloud-logging-logback:0.122.9-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.122.8-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.122.9-alpha" ``` ## Authentication