From 145d596d340ec3f13357af94756d31cbb7ea196f Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 3 Nov 2020 09:22:08 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index c093a3a57..4d0c06f4b 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-pubsub.git", - "sha": "ac3fa8dce86b40d4845682f1e37d609d5e64fc80" + "sha": "400c5dfc2244c6292297939421373161ca469bd4" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "b19b401571e77192f8dd38eab5fb2300a0de9324" + "sha": "ba9918cd22874245b55734f57470c719b577e591" } } ] diff --git a/README.md b/README.md index 22a5c17bc..874cc8b2a 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-pubsub:1.108.6' +compile 'com.google.cloud:google-cloud-pubsub:1.108.7' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.108.6" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.108.7" ``` ## Authentication