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 (#384)
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-15 22:34:42,520 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dlp/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2020-12-15 22:34:43,500 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/eb0fc2dd-747c-4ffc-8a36-9394cee744a1/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation authored Dec 15, 2020
1 parent 3acf4b0 commit cf3a932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dlp.git",
"sha": "5aafb065401aad15bd24a03ac698a526385b42d9"
"sha": "3acf4b02aeba1e7c51df74c031ec355608d624c9"
}
},
{
Expand Down
6 changes: 3 additions & 3 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>16.1.0</version>
<version>16.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -46,11 +46,11 @@ If you are using Maven without BOM, add this to your dependencies:

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

## Authentication
Expand Down

0 comments on commit cf3a932

Please sign in to comment.