diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index ed42128dd3..ae839b8a27 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": "9ff50fb018017d8d1eea6be7986d8c88bcce0ed3" + "sha": "b5150b57108ffdcb054a7b4f2dfa3daf840dfb29" } }, { diff --git a/README.md b/README.md index 2d5567fe66..975ac8ae09 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-spanner - 3.0.1 + 3.0.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-spanner:3.0.2' +compile 'com.google.cloud:google-cloud-spanner:3.0.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.0.3" ``` ## Authentication