From 04d9ce1f4a9a37798008f7fa933af3d3ed4fc201 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Mar 2022 16:32:40 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-core to v2.5.10 --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index fa111bf3..fd62b341 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -36,7 +36,7 @@ com.google.cloud google-cloud-core - 2.5.9 + 2.5.10 junit diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 9719f664..0d80c4d8 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -35,7 +35,7 @@ com.google.cloud google-cloud-core - 2.5.9 + 2.5.10 junit From f5618f9e12e5cc1f58dc8089ae3aa1b24e80ce9c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 11 Mar 2022 16:34:51 +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 a5c62e51..2d32cede 100644 --- a/README.md +++ b/README.md @@ -71,20 +71,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.4.0') +implementation platform('com.google.cloud:libraries-bom:25.0.0') implementation 'com.google.cloud:google-cloud-errorreporting' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-errorreporting:0.122.19-beta' +implementation 'com.google.cloud:google-cloud-errorreporting:0.122.20-beta' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.19-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.20-beta" ``` ## Authentication