diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 34afa0fa601..165ee29c602 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-spanner.git", - "sha": "92b5537816d2b337a9c6a8501f9d99b9646a88d1" + "sha": "e3a5342cb53860d968e3146dbdc7f8c4c10f8f15" } }, { diff --git a/README.md b/README.md index 577beb86049..eef1a4a6c9f 100644 --- a/README.md +++ b/README.md @@ -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:4.0.1' +compile 'com.google.cloud:google-cloud-spanner:4.0.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "4.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "4.0.2" ``` ## Authentication