From 87138e00a5d1a69d44e469d39cd8e18a7e01c568 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 22 Sep 2022 12:39:45 +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 6ab05f98..fdca6673 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -113,7 +113,7 @@ org.graalvm.buildtools junit-platform-native - 0.9.13 + 0.9.14 test From a9fd97c3a37fa7b71325209ce3fff4133929b239 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 22 Sep 2022 12:42:19 +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