From 0a73815b4387917a664b44906d2607752e2681ff Mon Sep 17 00:00:00 2001 From: Mridula Peddada Date: Thu, 31 Mar 2022 16:44:55 -0400 Subject: [PATCH 1/2] docs(sample): remove protobuf feature from native image sample --- samples/native-image-sample/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index da360a77..a64e0314 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -121,8 +121,6 @@ --no-fallback --no-server - --initialize-at-build-time - --features=com.google.cloud.nativeimage.features.ProtobufMessageFeature From b446e0c335908d6db30ed86b3f830dd5e406606d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 31 Mar 2022 20:48:48 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6db8643..431c9d95 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-tasks - 2.1.9 + 2.1.10 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-tasks:2.1.9' +implementation 'com.google.cloud:google-cloud-tasks:2.1.10' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.9" +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.10" ``` ## Authentication