From 1f8a52ce5f0f0ca30724b95b795ef7ca647ddcd4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Feb 2023 02:20:58 +0000 Subject: [PATCH 1/2] test(deps): update dependency org.mockito:mockito-core to v5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f6ada2b22..43e7c7dcc 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ org.mockito mockito-core - 4.11.0 + 5.1.1 test From 98b985b9c985f540d06b88463e2bde4ff689357b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 1 Feb 2023 02:23:39 +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 742fe313a..4a4f0588b 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsublite:1.9.3' +implementation 'com.google.cloud:google-cloud-pubsublite:1.9.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.3" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.4" ``` ## Authentication