From d1d93b319a99ef4f157533835bbeae10e6549cad Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 13 Jan 2021 01:16:03 -0800 Subject: [PATCH] chore: regenerate README (#224) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-01-13 09:10:34,103 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-grafeas/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-13 09:10:34,962 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/8d60075b-a0fd-445b-b0ca-3d9acb0f34ba/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 86a32453..c8a3acf4 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-grafeas.git", - "sha": "c16417c1a4bd8f8f5658efb2f815c5d991df8cd8" + "sha": "77ea10c5bb51a8c7880275be5890cc539f75e476" } }, { diff --git a/README.md b/README.md index d5e2a7b0..4928d15b 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file: io.grafeas grafeas - 1.0.5 + 1.0.7 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'io.grafeas:grafeas:1.0.5' +compile 'io.grafeas:grafeas:1.0.7' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "io.grafeas" % "grafeas" % "1.0.5" +libraryDependencies += "io.grafeas" % "grafeas" % "1.0.7" ``` ## Authentication