Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

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


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

```
2021-04-16 16:27:58,861 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-cloudbuild/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-16 16:28:00,214 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/4cfbc4ce-edf6-42fc-b83b-b336ad97ba11/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 16, 2021
1 parent dec1bef commit 87f5ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-cloudbuild.git",
"sha": "a92b53651e43310f3657d32b3393ee85f46d2d43"
"sha": "dec1beff7781ab4dbe5fab635c82d300decb3a6e"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
"sha": "6e8322421485d0937cb4758db812d8fbca0bbedd"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>20.0.0</version>
<version>20.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:20.0.0')
implementation platform('com.google.cloud:libraries-bom:20.1.0')
compile 'com.google.cloud:google-cloud-build'
```
Expand Down

0 comments on commit 87f5ca1

Please sign in to comment.