File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-websecurityscanner'
5656If you are using Gradle without BOM, add this to your dependencies:
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.2 '
59+ implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.3 '
6060```
6161
6262If you are using SBT, add this to your dependencies:
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-websecurityscanner" % " 2.2.2 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-websecurityscanner" % " 2.2.3 "
6666```
6767
6868## Authentication
Original file line number Diff line number Diff line change 9797 <dependency >
9898 <groupId >com.google.cloud</groupId >
9999 <artifactId >google-cloud-shared-dependencies</artifactId >
100- <version >3.0.2 </version >
100+ <version >3.0.3 </version >
101101 <type >pom</type >
102102 <scope >import</scope >
103103 </dependency >
You can’t perform that action at this time.
0 commit comments