Skip to content

Commit 2e75928

Browse files
chore: regenerate README (#548)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-26 17:09:08,036 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-26 17:09:09,637 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/fdce689f-393f-4646-a169-c167917da21b/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 295f365 commit 2e75928

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

java-pubsub/.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
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": "e304baca91dcb6f452d5220bf3db4c2b17e2fc59"
7+
"sha": "7387038695fd0b9c8adc4a60227fb64df4728dd7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0199c79b8324fba66476300824aa931788c47e2d"
14+
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
1515
}
1616
}
1717
]

java-pubsub/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are using Maven without BOM, add this to your dependencies:
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-pubsub</artifactId>
43-
<version>1.111.2</version>
43+
<version>1.111.3</version>
4444
</dependency>
4545

4646
```
@@ -53,12 +53,12 @@ compile 'com.google.cloud:google-cloud-pubsub'
5353
```
5454
If you are using Gradle without BOM, add this to your dependencies
5555
```Groovy
56-
compile 'com.google.cloud:google-cloud-pubsub:1.111.2'
56+
compile 'com.google.cloud:google-cloud-pubsub:1.111.3'
5757
```
5858

5959
If you are using SBT, add this to your dependencies
6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.111.2"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.111.3"
6262
```
6363

6464
## Authentication

0 commit comments

Comments
 (0)