Skip to content

Commit 999f809

Browse files
chore: regenerate README (#574)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-16 20:56:13,254 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-16 20:56:14,249 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/c987e1f1-4c0b-4936-9a6f-3287c4115e8f/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 8f94f8a commit 999f809

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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": "4bcbde4b8646291eb46a98786fe62c4f118fc3e8"
7+
"sha": "8f94f8a22491e8200e55ed311654f8888639c598"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "2e7bd5cc66a3f0b90ce1c150eb35c89eeb9872d6"
14+
"sha": "eda422b90c3dde4a872a13e6b78a8f802c40d0db"
1515
}
1616
}
1717
]

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.4</version>
43+
<version>1.112.0</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.4'
56+
compile 'com.google.cloud:google-cloud-pubsub:1.112.0'
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.4"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.112.0"
6262
```
6363

6464
## Authentication

0 commit comments

Comments
 (0)