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


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

```
2021-03-19 18:08:20,072 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dlp/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-03-19 18:08:21,074 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/4a3648e3-3c64-4556-b56a-96c8a1a0ce57/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Mar 19, 2021
1 parent f1624e3 commit a1d19b6
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": "928dbfcb125d55a024a42a5bf9573cbf713aa821"
"sha": "f1624e35223296c54f4e0c9fc7a5e6560b1d7f50"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "78437c732a60c64895778697b078497b0988346c"
"sha": "8b13da943497f75c5303700bff5aabdd85d939e0"
}
}
]
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>19.1.0</version>
<version>19.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -46,7 +46,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:19.1.0')
implementation platform('com.google.cloud:libraries-bom:19.2.1')
compile 'com.google.cloud:google-cloud-dlp'
```
Expand Down

0 comments on commit a1d19b6

Please sign in to comment.