File tree 2 files changed +3
-3
lines changed
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'
56
56
If you are using Gradle without BOM, add this to your dependencies:
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.2 '
59
+ implementation 'com.google.cloud:google-cloud-websecurityscanner:2.2.3 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies:
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-websecurityscanner" % " 2.2.2 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-websecurityscanner" % " 2.2.3 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 97
97
<dependency >
98
98
<groupId >com.google.cloud</groupId >
99
99
<artifactId >google-cloud-shared-dependencies</artifactId >
100
- <version >3.0.2 </version >
100
+ <version >3.0.3 </version >
101
101
<type >pom</type >
102
102
<scope >import</scope >
103
103
</dependency >
You can’t perform that action at this time.
0 commit comments