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-containeranalysis'
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-containeranalysis:2.4.8 '
59
+ implementation 'com.google.cloud:google-cloud-containeranalysis:2.4.9 '
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-containeranalysis" % " 2.4.8 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-containeranalysis" % " 2.4.9 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 101
101
<dependency >
102
102
<groupId >io.grafeas</groupId >
103
103
<artifactId >grafeas</artifactId >
104
- <version >2.4.5 </version >
104
+ <version >2.4.7 </version >
105
105
</dependency >
106
106
<!-- TODO: Until gax-grpc && grafeas align -->
107
107
You can’t perform that action at this time.
0 commit comments