Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-video-in…
Browse files Browse the repository at this point in the history
…telligence to v2.2.4 (#969)

[![Mend 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.cloud:google-cloud-video-intelligence](https://togithub.com/googleapis/java-video-intelligence) | `2.2.3` -> `2.2.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-video-intelligence/2.2.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-video-intelligence/2.2.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-video-intelligence/2.2.4/compatibility-slim/2.2.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-video-intelligence/2.2.4/confidence-slim/2.2.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-video-intelligence</summary>

### [`v2.2.4`](https://togithub.com/googleapis/java-video-intelligence/blob/HEAD/CHANGELOG.md#&#8203;224-httpsgithubcomgoogleapisjava-video-intelligencecomparev223v224-2022-09-06)

[Compare Source](https://togithub.com/googleapis/java-video-intelligence/compare/v2.2.3...v2.2.4)

##### Dependencies

-   Update dependency com.google.cloud ([0e509bb](https://togithub.com/googleapis/java-video-intelligence/commit/0e509bbe9cebae2545aaebdd65f05001d8886206))
-   Update dependency com.google.cloud ([63b4cbd](https://togithub.com/googleapis/java-video-intelligence/commit/63b4cbde4fc4ce685588ed899e6eb0d81c58cbdc))
-   Update dependency com.google.cloud ([c477ef9](https://togithub.com/googleapis/java-video-intelligence/commit/c477ef926c6996cadf431ac1f98dab5befa32a8c))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-intelligence).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTIuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5Mi4zIn0=-->
  • Loading branch information
renovate-bot authored Sep 6, 2022
1 parent 524d209 commit 1a12584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions java-video-intelligence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-intelligence</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -65,13 +65,13 @@ implementation 'com.google.cloud:google-cloud-video-intelligence'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.3'
implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.4'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.2.3"
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.2.4"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-intelligence</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit 1a12584

Please sign in to comment.