Skip to content

Commit d2129b6

Browse files
dpebotlesv
authored andcommitted
Auto-update dependencies. (#724)
1 parent e6fad2d commit d2129b6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

speech/cloud-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.google.api</groupId>
5858
<artifactId>gax</artifactId>
59-
<version>1.1.0</version>
59+
<version>1.3.1</version>
6060
<exclusions>
6161
<exclusion> <!-- exclude an old version of Guava -->
6262
<groupId>com.google.guava</groupId>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.google.api</groupId>
6969
<artifactId>gax-grpc</artifactId>
70-
<version>0.17.0</version>
70+
<version>0.20.0</version>
7171
<exclusions>
7272
<exclusion> <!-- exclude an old version of Guava -->
7373
<groupId>com.google.guava</groupId>

vision/face-detection/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.apis</groupId>
4141
<artifactId>google-api-services-vision</artifactId>
42-
<version>v1-rev355-1.22.0</version>
42+
<version>v1-rev358-1.22.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.api-client</groupId>

vision/label/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.apis</groupId>
4040
<artifactId>google-api-services-vision</artifactId>
41-
<version>v1-rev355-1.22.0</version>
41+
<version>v1-rev358-1.22.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api-client</groupId>

vision/landmark-detection/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.apis</groupId>
4040
<artifactId>google-api-services-vision</artifactId>
41-
<version>v1-rev355-1.22.0</version>
41+
<version>v1-rev358-1.22.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api-client</groupId>

vision/text/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.apis</groupId>
4040
<artifactId>google-api-services-vision</artifactId>
41-
<version>v1-rev355-1.22.0</version>
41+
<version>v1-rev358-1.22.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api-client</groupId>

0 commit comments

Comments
 (0)