Skip to content

Commit 87f081f

Browse files
chore: regenerate README (#520)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-24 00:35:02,556 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-24 00:35:04,292 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/1554be22-6843-457b-a401-23d0327126bb/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 02783e4 commit 87f081f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-pubsub.git",
7-
"sha": "6e1967add44df377c0b0af82bd5ba35201308feb"
7+
"sha": "b0e3e765e4d9a0e93eee0c7224563045a36aaff8"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "4679e7e415221f03ff2a71e3ffad75b9ec41d87e"
14+
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
1515
}
1616
}
1717
]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-pubsub'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-pubsub:1.111.0'
54+
compile 'com.google.cloud:google-cloud-pubsub:1.111.1'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.111.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.111.1"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)