From bbbf8e99e4816479831c132520421b3c6ecead47 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 10 Jun 2021 08:20:07 -0700 Subject: [PATCH] chore: regenerate README (#526) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-10 15:13:23,278 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-kms/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-10 15:13:24,472 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/34b8a6ff-f1da-4210-ae1c-f5711b2f4c09/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 07b978fb..2de0e33e 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-kms.git", - "sha": "6872203a0fa0539ac786ea73645f4b06fd925558" + "sha": "d6bfb59b81a6b78857a93dec02df789328470a2c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53" + "sha": "5cae043787729a908ed0cab28ca27baf9acee3c4" } } ] diff --git a/README.md b/README.md index a9a95f84..404bd032 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-kms' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-kms:1.42.2' +compile 'com.google.cloud:google-cloud-kms:1.42.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "1.42.2" +libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "1.42.3" ``` ## Authentication