From e1a82501a4ac30dab8e74039f7448fbacf194c15 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 24 Feb 2021 16:28:05 -0800 Subject: [PATCH] chore: regenerate README (#535) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-02-25 00:17:52,707 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-25 00:17:54,345 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/1019b399-a8a8-4315-8727-b8ad89c3d933/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index d67ca25d4..a49b2186b 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-pubsub.git", - "sha": "7622cdb24cd3428c94e90d584d0334eb27c51393" + "sha": "6f172ae74512bfbcb9d2c017ff6fff6ee0478755" } }, { diff --git a/README.md b/README.md index cb26439a9..e07d3cb00 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,24 @@ Java idiomatic client for [Cloud Pub/Sub][product-docs]. If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file ```xml + + + + com.google.cloud + libraries-bom + 17.0.0 + pom + import + + + + + + + com.google.cloud + google-cloud-pubsub + + ``` @@ -29,7 +47,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:17.0.0') +implementation platform('com.google.cloud:libraries-bom:18.0.0') compile 'com.google.cloud:google-cloud-pubsub' ```