From 0d69794c8ad15b94dc908fb9804bc3d44c423f9e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 19 Oct 2022 19:18:25 +0000 Subject: [PATCH 1/2] deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.16 --- 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 8389d1a37..b93982eff 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -134,7 +134,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.graalvm.buildtools native-maven-plugin - 0.9.15 + 0.9.16 true pubsub.NativeImagePubSubSample From 47dd43b6bf9d36066ebe85bb8c64a0b67ba893c1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 19 Oct 2022 19:20:57 +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 98d7c7da5..34568bb40 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.21' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.22' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.21" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.22" ``` ## Authentication