From d1244e8dd2f31590ec9e1b34724a753ee24261c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 22 Sep 2022 11:38:52 +0000 Subject: [PATCH 1/2] deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.14 --- 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 42a59385b..ba89c8911 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.13 + 0.9.14 test From 8199ffbf0fd8be7aec3ce7dc7e226b218dd97135 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 22 Sep 2022 11:41:35 +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 86b19b67d..13f73827f 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.17' +implementation 'com.google.cloud:google-cloud-pubsub:1.120.18' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.17" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.18" ``` ## Authentication