Skip to content

Commit 8801b07

Browse files
chore: regenerate README (#689)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-02 20:14:17,782 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-02 20:14:19,064 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/29792094-4795-4eba-ab91-0f7113075354/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 9a078f1 commit 8801b07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+1-1
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": "68170fbcba83cf5937fd56b744b2187a34103182"
7+
"sha": "9a078f1cfe272fdfe08abd380410b07923c6f101"
88
}
99
},
1010
{

README.md

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

6464
## Authentication

0 commit comments

Comments
 (0)