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

Commit

Permalink
chore: regenerate README (#564)
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-11 15:12:17,268 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dlp/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-06-11 15:12:18,630 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/b45cfe0c-6a89-4cf5-b416-e907fc9025c9/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Jun 11, 2021
1 parent 4c3599c commit c2d8905
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-dlp.git",
"sha": "9e86030623267712257c37d0acaf420725a93fc0"
"sha": "4c3599c59509b2a7e347a01c9cbcf10a83fe0f79"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53"
"sha": "5cae043787729a908ed0cab28ca27baf9acee3c4"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-dlp'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-dlp:2.4.2'
compile 'com.google.cloud:google-cloud-dlp:2.4.3'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "2.4.2"
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "2.4.3"
```

## Authentication
Expand Down

0 comments on commit c2d8905

Please sign in to comment.