This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.0 '
60
+ implementation 'com.google.cloud:google-cloud-dlp:3.6.1 '
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.0 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-dlp" % " 3.6.1 "
67
67
```
68
68
69
69
## Authentication
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >com.google.cloud</groupId >
38
38
<artifactId >google-cloud-pubsub</artifactId >
39
- <version >1.120.2 </version >
39
+ <version >1.120.3 </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.google.cloud</groupId >
37
37
<artifactId >google-cloud-pubsub</artifactId >
38
- <version >1.120.2 </version >
38
+ <version >1.120.3 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments