From 41a00782d1ca14e8ce80c3083b1ef01057dbac5b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 2 Jun 2021 13:52:16 -0700 Subject: [PATCH] chore: regenerate README (#658) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-02 20:44:35,874 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-firestore/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-02 20:44:37,196 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/b7057a07-a8f4-4abf-83b9-75a6032345e5/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 8cd6bad21..5495b7da0 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-firestore.git", - "sha": "4259bb218f2dd3edbdfb3271bbcd361d45b5e064" + "sha": "b93ca8a2b5751c61b3fbe0ca608056e2c0398575" } }, { diff --git a/README.md b/README.md index 46b61008d..0488f6b50 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-firestore' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-firestore:2.4.0' +compile 'com.google.cloud:google-cloud-firestore:2.5.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.5.0" ``` ## Authentication