Skip to content

Commit

Permalink
chore: regenerate README (#767)
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-10 03:53:28,503 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-10 03:53:29,704 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/38b1dd3c-7f3d-472f-ba31-f947a95784aa/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 10, 2021
1 parent 18d0b69 commit 7f2fcd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsub.git",
"sha": "7f94d7cc1ef92e4c7cac37ffb257f3e4f0a19a36"
"sha": "18d0b6964b4a5f9216040cc668cce9d54a10a37f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
}
}
]
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.5</version>
<version>1.113.6</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.5'
compile 'com.google.cloud:google-cloud-pubsub:1.113.6'
```

If you are using SBT, add this to your dependencies

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

## Authentication
Expand Down

0 comments on commit 7f2fcd0

Please sign in to comment.