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 (#473)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


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

```
2021-06-07 19:05:06,671 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-container/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-06-07 19:05:07,912 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/3af1bbd4-1ebf-43a2-96d7-d275d6fc1542/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Jun 7, 2021
1 parent ccbce49 commit e1f8ec2
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-container.git",
"sha": "86000125460c4053b7ea903c0d2961d99fff8bd9"
"sha": "ccbce49d5352021daed374d2347b8f82e448feec"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
"sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.5.0</version>
<version>20.6.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.5.0')
implementation platform('com.google.cloud:libraries-bom:20.6.0')
compile 'com.google.cloud:google-cloud-container'
```
Expand Down

0 comments on commit e1f8ec2

Please sign in to comment.