From e00f2da5a248c4e19be78749a1787b1fd8d83c3c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Jan 2022 20:01:54 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:google-cloud-logging to v3.6.0 --- 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 1fbec2e3b..ea749cc1d 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging - 3.5.3 + 3.6.0 From 1f77921d4918e5ae9f7f681dc87199465cdb8784 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 10 Jan 2022 20:04:10 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f6cd1609..6ae000b39 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-logging - 3.5.3 + 3.6.0 ``` @@ -51,20 +51,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:24.1.2') +implementation platform('com.google.cloud:libraries-bom:24.2.0') 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.5.3' +implementation 'com.google.cloud:google-cloud-logging:3.6.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.5.3" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.6.0" ``` ## Authentication