From 2ca8137d803421d7771bcb7fe1b6034bb2064338 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 16 May 2021 19:02:06 -0700 Subject: [PATCH] chore: regenerate README (#482) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-17 01:52:47,428 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-secretmanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-17 01:52:49,021 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/dd57bffe-9f06-44df-8360-ba2b8b836de9/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 618eba92..c955cf55 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-secretmanager.git", - "sha": "03a78ea8d96141bca32cd0e6cd71d3fcaed62e27" + "sha": "74ea96932809c2b655ab723288a9569d26d428de" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd" + "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" } } ] diff --git a/README.md b/README.md index ddaa60c8..638871ed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 20.3.0 + 20.4.0 pom import @@ -46,18 +46,18 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:20.3.0') +implementation platform('com.google.cloud:libraries-bom:20.4.0') compile 'com.google.cloud:google-cloud-secretmanager' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-secretmanager:1.5.1' +compile 'com.google.cloud:google-cloud-secretmanager:1.5.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "1.5.1" +libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "1.5.2" ``` ## Authentication