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

Commit e2b8ffd

Browse files
chore: regenerate README (#519)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-05-13 14:00:59,354 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dlp/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-13 14:01:00,717 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/9826be57-9e88-418b-96a9-84c3cd77c379/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent d25949b commit e2b8ffd

2 files changed

Lines changed: 5 additions & 5 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": "cc17829f1a690261bf54f43068f98d762406c39a"
7+
"sha": "d25949b55750456b1f6d88c94e94b74cccad00d3"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6726988c677bb78385868bfc48dbfa2fe981d44a"
14+
"sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd"
1515
}
1616
}
1717
]

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>20.2.0</version>
20+
<version>20.3.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-dlp'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-dlp:2.3.2'
55+
compile 'com.google.cloud:google-cloud-dlp:2.3.3'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "2.3.2"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "2.3.3"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)