Skip to content

Commit 8274bba

Browse files
chore: regenerate README (googleapis#773)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-11 14:22:55,624 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-11 14:22:56,921 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/299d88d8-eebb-473b-9fdf-cb3c97555e7d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 55dcf00 commit 8274bba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-pubsub.git",
7-
"sha": "18d0b6964b4a5f9216040cc668cce9d54a10a37f"
7+
"sha": "55dcf006ce6ada683cb8e401d0cdb5c321841c92"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.113.6</version>
46+
<version>1.113.7</version>
4747
</dependency>
4848

4949
```
@@ -58,13 +58,13 @@ compile 'com.google.cloud:google-cloud-pubsub'
5858
If you are using Gradle without BOM, add this to your dependencies
5959

6060
```Groovy
61-
compile 'com.google.cloud:google-cloud-pubsub:1.113.6'
61+
compile 'com.google.cloud:google-cloud-pubsub:1.113.7'
6262
```
6363

6464
If you are using SBT, add this to your dependencies
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.113.6"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.113.7"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)