From 256ad5efc72c10d0530ccceabbbd0be62e0e94f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Jan 2022 08:57:42 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:google-cloud-logging-logback to v0.122.9-alpha --- samples/install-without-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 45a7f48d9..ea2c701f2 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-logging-logback - 0.122.8-alpha + 0.122.9-alpha From 7df56213782516b8ddf45250081506130792edd3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 10 Jan 2022 08:59:40 +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