diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 0a3f6b80b..856780743 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-datastore.git", - "sha": "0e4ac4be5af744fdb5fe4d8a5aeaa95d9ac8ead5" + "sha": "9e943c1cc4722d7e8ef75c5c726975ef19f11fea" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6726988c677bb78385868bfc48dbfa2fe981d44a" + "sha": "f7e7449a641ce47f2a04ed577dec48e109325e76" } } ] diff --git a/README.md b/README.md index e11b958a2..204cb225c 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-datastore' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-datastore:1.106.3' +compile 'com.google.cloud:google-cloud-datastore:1.106.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.106.3" +libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.106.4" ``` ## Authentication