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 @@ -65,13 +65,13 @@ implementation 'com.google.cloud:google-cloud-video-intelligence'
65
65
If you are using Gradle without BOM, add this to your dependencies:
66
66
67
67
``` Groovy
68
- implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.10 '
68
+ implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.11 '
69
69
```
70
70
71
71
If you are using SBT, add this to your dependencies:
72
72
73
73
``` Scala
74
- libraryDependencies += " com.google.cloud" % " google-cloud-video-intelligence" % " 2.2.10 "
74
+ libraryDependencies += " com.google.cloud" % " google-cloud-video-intelligence" % " 2.2.11 "
75
75
```
76
76
77
77
## Authentication
Original file line number Diff line number Diff line change 122
122
<dependency >
123
123
<groupId >com.google.cloud</groupId >
124
124
<artifactId >google-cloud-shared-dependencies</artifactId >
125
- <version >3.0.3 </version >
125
+ <version >3.0.4 </version >
126
126
<type >pom</type >
127
127
<scope >import</scope >
128
128
</dependency >
You can’t perform that action at this time.
0 commit comments