From 004e4ac69a4ae5530b5ad63ed20546704ed5681b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 10 Mar 2021 16:40:05 -0800 Subject: [PATCH] chore: regenerate README (#391) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-03-11 00:12:52,132 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-11 00:12:53,033 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/f41b860a-107b-4d47-94bd-9b15ac08bdd9/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 873d0189..210b7f75 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": "a7c44b0837caaa42933f252249eac938eeb0ef11" + "sha": "b83537e08c9f453904ddbe0d1b642477a45c16ac" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57" + "sha": "ac8f20f12e7a4c0b0ae1c6fa415f684a25ea82b7" } } ] diff --git a/README.md b/README.md index 7e3e78a2..210ee1a1 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.1 + 1.21.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-spanner-jdbc:1.20.1' +compile 'com.google.cloud:google-cloud-spanner-jdbc:1.21.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.20.1" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.21.0" ``` ## Authentication