From b5c9d28da0fc2f858fd33f39f107c7d875912625 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 22 Sep 2022 12:39:48 +0000 Subject: [PATCH 1/2] deps: update dependency org.graalvm.buildtools:native-maven-plugin 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 6ab05f98..5f93f72d 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -134,7 +134,7 @@ org.graalvm.buildtools native-maven-plugin - 0.9.13 + 0.9.14 true secretmanager.NativeImageSecretManagerSample From 890e8215633e3d3551773fea2408b850c66d2a04 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 22 Sep 2022 12:42:16 +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 af1292a3..2e54640d 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-secretmanager' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-secretmanager:2.3.5' +implementation 'com.google.cloud:google-cloud-secretmanager:2.3.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.3.5" +libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.3.6" ``` ## Authentication