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 @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-asset'
57
57
If you are using Gradle without BOM, add this to your dependencies:
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-asset:3.4.1 '
60
+ implementation 'com.google.cloud:google-cloud-asset:3.5.0 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies:
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-asset" % " 3.4.1 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-asset" % " 3.5.0 "
67
67
```
68
68
69
69
## Authentication
Original file line number Diff line number Diff line change 134
134
<dependency >
135
135
<groupId >com.google.api.grpc</groupId >
136
136
<artifactId >proto-google-cloud-os-config-v1</artifactId >
137
- <version >2.5.1 </version >
137
+ <version >2.5.2 </version >
138
138
</dependency >
139
139
<dependency >
140
140
<groupId >io.perfmark</groupId >
You can’t perform that action at this time.
0 commit comments