From 2a0bc4ce4f80eaaf99a0dc4555dacf7b80bf27be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Jul 2022 00:01:09 +0000 Subject: [PATCH 1/2] deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 --- samples/native-image-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index e292c8e64..3b1953061 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -113,7 +113,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.graalvm.buildtools junit-platform-native - 0.9.12 + 0.9.13 test From 7d7f6fbde0f00f07f074199ed17a812496d8e2f5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 12 Jul 2022 00:03:37 +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 dcfb84008..910e26881 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.0' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.0" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.1" ``` ## Authentication