File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
17
- # created: 2022-07-13T13:53:17.676447481Z
16
+ digest : sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
17
+ # created: 2022-07-14T21:08:10.768472192Z
Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ implementation 'com.google.cloud:google-cloud-securitycenter'
67
67
If you are using Gradle without BOM, add this to your dependencies:
68
68
69
69
``` Groovy
70
- implementation 'com.google.cloud:google-cloud-securitycenter:2.7.1 '
70
+ implementation 'com.google.cloud:google-cloud-securitycenter:2.8.0 '
71
71
```
72
72
73
73
If you are using SBT, add this to your dependencies:
74
74
75
75
``` Scala
76
- libraryDependencies += " com.google.cloud" % " google-cloud-securitycenter" % " 2.7.1 "
76
+ libraryDependencies += " com.google.cloud" % " google-cloud-securitycenter" % " 2.8.0 "
77
77
```
78
78
79
79
## Authentication
You can’t perform that action at this time.
0 commit comments