From 61daf63d89ec1aa3d9db88aab572ed501a80c8e6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Oct 2022 03:47:10 +0000 Subject: [PATCH 1/2] deps: update dependency org.easymock:easymock to v5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b3bb37e1..aa850a221 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ org.easymock easymock - 4.3 + 5.0.0 test From ed7365d5b3e73374308b651857f6f25a791feaaf Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 15 Oct 2022 03:49:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fecfecaf..d0c069105 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsub:1.120.20' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.21' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.20" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.21" ``` ## Authentication