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

Commit 77f2eab

Browse files
chore: regenerate README (#391)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-06 21:52:53,378 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dlp/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-06 21:52:54,239 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/cc3eb0c2-4f5a-4aa2-b61d-ad12371ecfcb/targets - [ ] To automatically regenerate this PR, check this box.
1 parent e2e1f06 commit 77f2eab

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

‎.github/readme/synth.metadata/synth.metadata‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dlp.git",
7-
"sha": "3acf4b02aeba1e7c51df74c031ec355608d624c9"
7+
"sha": "76b67ecdb1a95979399a496a536f10f91a1aebc3"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
1515
}
1616
}
1717
]

‎README.md‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,22 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-dlp</artifactId>
42-
<version>2.2.3</version>
42+
<version>2.2.4</version>
4343
</dependency>
4444

4545
```
4646

47-
If you are using Gradle, add this to your dependencies
47+
If you are using Gradle 5.x or later, add this to your dependencies
48+
```Groovy
49+
implementation platform('com.google.cloud:libraries-bom:16.2.0')
50+
51+
compile 'com.google.cloud:google-cloud-dlp'
52+
```
53+
If you are using Gradle without BOM, add this to your dependencies
4854
```Groovy
4955
compile 'com.google.cloud:google-cloud-dlp:2.2.4'
5056
```
57+
5158
If you are using SBT, add this to your dependencies
5259
```Scala
5360
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "2.2.4"

0 commit comments

Comments
 (0)