We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bae4e3 commit 7356a76Copy full SHA for 7356a76
clients/google-api-services-dlp/v2/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
<dependency>
23
<groupId>com.google.apis</groupId>
24
<artifactId>google-api-services-dlp</artifactId>
25
- <version>v2-rev20251004-2.0.0</version>
+ <version>v2-rev20251012-2.0.0</version>
26
</dependency>
27
</dependencies>
28
</project>
@@ -35,7 +35,7 @@ repositories {
35
mavenCentral()
36
}
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-dlp:v2-rev20251004-2.0.0'
+ implementation 'com.google.apis:google-api-services-dlp:v2-rev20251012-2.0.0'
39
40
```
41
0 commit comments