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