Skip to content

Commit 6684e3b

Browse files
authored
chore(deps): update dependency com.google.apis:google-api-services-vision to v1-rev20210423-1.31.5 (GoogleCloudPlatform#5471)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.google.apis:google-api-services-vision | `v1-rev20210423-1.31.0` -> `v1-rev20210423-1.31.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.apis:google-api-services-vision/v1-rev20210423-1.31.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.apis:google-api-services-vision/v1-rev20210423-1.31.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.apis:google-api-services-vision/v1-rev20210423-1.31.5/compatibility-slim/v1-rev20210423-1.31.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.apis:google-api-services-vision/v1-rev20210423-1.31.5/confidence-slim/v1-rev20210423-1.31.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 1e44eda commit 6684e3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vision/face-detection/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.apis</groupId>
4343
<artifactId>google-api-services-vision</artifactId>
44-
<version>v1-rev20210423-1.31.0</version>
44+
<version>v1-rev20210423-1.31.5</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.google.auth</groupId>
@@ -53,6 +53,11 @@
5353
<artifactId>guava</artifactId>
5454
<version>30.1.1-jre</version>
5555
</dependency>
56+
<dependency>
57+
<groupId>com.google.http-client</groupId>
58+
<artifactId>google-http-client-jackson2</artifactId>
59+
<version>1.39.2</version>
60+
</dependency>
5661
<!-- [END face_detection_dependencies] -->
5762

5863
<!-- Test Dependencies -->

0 commit comments

Comments
 (0)