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

Commit

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


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

```
2020-12-14 20:04:45,622 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-kms/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2020-12-14 20:04:46,519 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/60e66ea6-88a2-4da0-9b7c-da2bd57998db/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Dec 14, 2020
1 parent 2aa5197 commit e0c3eca
Show file tree
Hide file tree
Showing 2 changed files with 7 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-kms.git",
"sha": "acaecedc2c034542d8606960761616a1506dae35"
"sha": "2aa5197089bd7dafd5760f3aaf1df083a43dc15f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
}
}
]
Expand Down
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -39,18 +39,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms</artifactId>
<version>1.40.2</version>
<version>1.40.3</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-kms:1.40.2'
compile 'com.google.cloud:google-cloud-kms:1.40.3'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "1.40.2"
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "1.40.3"
```

## Authentication
Expand Down Expand Up @@ -168,6 +168,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]

Java is a registered trademark of Oracle and/or its affiliates.

[product-docs]: https://cloud.google.com/kms
[javadocs]: https://googleapis.dev/java/google-cloud-kms/latest/
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-kms/java7.svg
Expand Down

0 comments on commit e0c3eca

Please sign in to comment.