File tree 2 files changed +4
-4
lines changed
samples/install-without-bom
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
42
42
<dependency >
43
43
<groupId >com.google.cloud</groupId >
44
44
<artifactId >google-cloud-dlp</artifactId >
45
- <version >3.6.6 </version >
45
+ <version >3.6.7 </version >
46
46
</dependency >
47
47
48
48
```
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-dlp'
57
57
If you are using Gradle without BOM, add this to your dependencies:
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-dlp:3.6.6 '
60
+ implementation 'com.google.cloud:google-cloud-dlp:3.6.7 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies:
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-dlp" % " 3.6.6 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-dlp" % " 3.6.7 "
67
67
```
68
68
69
69
## Authentication
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >google-cloud-dlp</artifactId >
32
- <version >3.6.6 </version >
32
+ <version >3.6.7 </version >
33
33
</dependency >
34
34
<!-- [END dlp_install_without_bom] -->
35
35
You can’t perform that action at this time.
0 commit comments