Skip to content

Commit 8539683

Browse files
authored
Auto-update dependencies. (#372)
1 parent 84e4d29 commit 8539683

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

language/analysis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
<dependency>
2626
<groupId>com.google.apis</groupId>
2727
<artifactId>google-api-services-language</artifactId>
28-
<version>v1beta1-rev9-1.22.0</version>
28+
<version>v1beta1-rev10-1.22.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.google.api-client</groupId>

monitoring/v3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.apis</groupId>
7272
<artifactId>google-api-services-monitoring</artifactId>
73-
<version>v3-rev10-1.22.0</version>
73+
<version>v3-rev11-1.22.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.google.code.gson</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>org.mockito</groupId>
148148
<artifactId>mockito-core</artifactId>
149-
<version>2.2.0</version>
149+
<version>2.2.1</version>
150150
<scope>test</scope>
151151
</dependency>
152152
<dependency>

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-rev25-1.22.0</version>
42+
<version>v1-rev26-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-rev25-1.22.0</version>
41+
<version>v1-rev26-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-rev25-1.22.0</version>
41+
<version>v1-rev26-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-rev25-1.22.0</version>
41+
<version>v1-rev26-1.22.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api-client</groupId>

0 commit comments

Comments
 (0)