From e726b3c04bc2405c356fb715f5a58e4e76083b51 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 21 May 2021 07:02:03 -0700 Subject: [PATCH] chore: regenerate README (#315) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-21 00:40:44,164 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-grafeas/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-21 00:40:45,906 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/61bf5acf-950b-4555-a6ba-5563ce98b89a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index d9f81f3f..fa170c0a 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-grafeas.git", - "sha": "331909a19f01d0d7fa5bcb29716f9741c2b91ab0" + "sha": "21f11c1baefa1d03f681c768a5514417f2a408b6" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" + "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47" } } ] diff --git a/README.md b/README.md index 4702ed60..abc5f0cd 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.1.5 + 1.2.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'io.grafeas:grafeas:1.1.5' +compile 'io.grafeas:grafeas:1.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "io.grafeas" % "grafeas" % "1.1.5" +libraryDependencies += "io.grafeas" % "grafeas" % "1.2.0" ``` ## Authentication