Skip to content

Commit b1cfb99

Browse files
chore: regenerate README (#819)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-27 15:02:59,147 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-27 15:03:00,379 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/a16c954c-99b1-44c1-9c07-24e8d8d6e344/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 59a580f commit b1cfb99

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.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": "23c70fbfbea02e03fd7444ff8435096fd0bf4944"
7+
"sha": "59a580f17b8ec361abbc5fe54aad70422b81e188"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8032ab5a32471d85ece8fc261df16cc40fbfa4fb"
14+
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>21.0.0</version>
22+
<version>22.0.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -51,20 +51,20 @@ If you are using Maven without BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:21.0.0')
54+
implementation platform('com.google.cloud:libraries-bom:22.0.0')
5555
5656
compile 'com.google.cloud:google-cloud-pubsub'
5757
```
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.114.1'
61+
compile 'com.google.cloud:google-cloud-pubsub:1.114.2'
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.114.1"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.114.2"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)