Skip to content

Commit

Permalink
chore: regenerate README (#773)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-08-11 14:22:55,624 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-11 14:22:56,921 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/299d88d8-eebb-473b-9fdf-cb3c97555e7d/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 11, 2021
1 parent 55dcf00 commit 8274bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsub.git",
"sha": "18d0b6964b4a5f9216040cc668cce9d54a10a37f"
"sha": "55dcf006ce6ada683cb8e401d0cdb5c321841c92"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.113.6</version>
<version>1.113.7</version>
</dependency>

```
Expand All @@ -58,13 +58,13 @@ compile 'com.google.cloud:google-cloud-pubsub'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-pubsub:1.113.6'
compile 'com.google.cloud:google-cloud-pubsub:1.113.7'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.113.6"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.113.7"
```

## Authentication
Expand Down

0 comments on commit 8274bba

Please sign in to comment.