This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 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'
5757If you are using Gradle without BOM, add this to your dependencies
5858
5959``` Groovy
60- implementation 'com.google.cloud:google-cloud-dlp:3.3.2 '
60+ implementation 'com.google.cloud:google-cloud-dlp:3.4.0 '
6161```
6262
6363If you are using SBT, add this to your dependencies
6464
6565``` Scala
66- libraryDependencies += " com.google.cloud" % " google-cloud-dlp" % " 3.3.2 "
66+ libraryDependencies += " com.google.cloud" % " google-cloud-dlp" % " 3.4.0 "
6767```
6868
6969## Authentication
Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >com.google.cloud</groupId >
3838 <artifactId >google-cloud-pubsub</artifactId >
39- <version >1.118 .0</version >
39+ <version >1.119 .0</version >
4040 </dependency >
4141 <dependency >
4242 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.google.cloud</groupId >
3737 <artifactId >google-cloud-pubsub</artifactId >
38- <version >1.118 .0</version >
38+ <version >1.119 .0</version >
3939 </dependency >
4040 <dependency >
4141 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments