From d8dfa328a630bed9aa5e53273ba3979120b51c30 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 28 Feb 2021 21:16:02 -0800 Subject: [PATCH] chore: regenerate README (#378) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-03-01 04:56:52,060 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-01 04:56:53,654 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/968851b6-f8e2-44a3-862d-22d02bb1ed7a/targets - [ ] To automatically regenerate this PR, check this box. --- .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 bd3a240538..873d0189ea 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-jdbc.git", - "sha": "eb9c6a80005ea9658cbe57ac0b9e7f8596a016ab" + "sha": "a7c44b0837caaa42933f252249eac938eeb0ef11" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012" + "sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57" } } ] diff --git a/README.md b/README.md index 7b53e80a57..7e3e78a209 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-spanner-jdbc - 1.20.0 + 1.20.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-spanner-jdbc:1.20.0' +compile 'com.google.cloud:google-cloud-spanner-jdbc:1.20.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.20.1" ``` ## Authentication