diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f95f9754c..0130f958b 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": "18d0b6964b4a5f9216040cc668cce9d54a10a37f" + "sha": "55dcf006ce6ada683cb8e401d0cdb5c321841c92" } }, { diff --git a/README.md b/README.md index abbb93e9f..1a55cc750 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-pubsub - 1.113.6 + 1.113.7 ``` @@ -58,13 +58,13 @@ compile 'com.google.cloud:google-cloud-pubsub' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-pubsub:1.113.6' +compile 'com.google.cloud:google-cloud-pubsub:1.113.7' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.113.6" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.113.7" ``` ## Authentication