From 5a7ae6866c1431e0408e7488e438f0a13dd35d58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jan 2022 23:27:12 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-pubsub to v1.115.1 --- 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 030a8dd2f..a892ab73e 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -36,7 +36,7 @@ com.google.cloud google-cloud-pubsub - 1.115.0 + 1.115.1 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index cb34861d4..9797e5732 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.cloud google-cloud-pubsub - 1.115.0 + 1.115.1 From 2615275e80e78c79b175a9df9ed365d3a3d7bb50 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 7 Jan 2022 23:29:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5248d2ce9..b11bfaefb 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,13 @@ implementation 'com.google.cloud:google-cloud-securitycenter' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-securitycenter:2.3.1' +implementation 'com.google.cloud:google-cloud-securitycenter:2.3.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.3.2" ``` ## Authentication