From f36cae19c97fd195ae657f7d77f8c4b9589297ae Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 20 Jul 2021 19:52:13 -0700 Subject: [PATCH] chore: regenerate README (#1308) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-07-21 02:23:32,513 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-21 02:23:33,819 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/dc8ddd2d-54cb-4d87-a0fa-343e70b3b4ff/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 6f2eb5acc4..a50440f4cf 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-spanner.git", - "sha": "d72c2f79f8cf0b83da00060587a079ce859c87a2" + "sha": "fa0c65dc31236e05e6b10508281cf58e82ee87ef" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4124d245133c0f740ac5e6fa2e7daeba327f1297" + "sha": "1563597d28eca099d6411bbc29ecd09314a80746" } } ] diff --git a/README.md b/README.md index 9c8ccfbec3..e582a5b147 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-spanner - 6.9.1 + 6.10.0 ``` @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-spanner' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-spanner:6.9.1' +compile 'com.google.cloud:google-cloud-spanner:6.10.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.9.1" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.10.0" ``` ## Authentication