Skip to content

Commit

Permalink
fix(deps): update dependency com.google.cloud:google-cloud-video-stit…
Browse files Browse the repository at this point in the history
…cher to v0.8.0 (GoogleCloudPlatform#7602)

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>googleapis/google-cloud-java</summary>

### [`v0.8.0`](https://togithub.com/googleapis/google-cloud-java/releases/tag/v0.8.0): 0.8.0

[Compare Source](https://togithub.com/googleapis/google-cloud-java/compare/v0.7.0...v0.8.0)

##### Select clients going from Alpha to Beta

In this release, clients for four APIs are moving to beta:

-   Google Cloud BigQuery
-   Stackdriver Logging
-   Google Cloud Datastore
-   Google Cloud Storage

Their versions will have “-beta” on the end call out that fact. All other clients are still Alpha.

##### Features

-   QueryParameter support added to BigQuery, DATE/TIME/DATETIME added to LegacySQLTypeName ([#&GoogleCloudPlatform#8203;1451](https://togithub.com/googleapis/google-cloud-java/issues/1451))

##### Interface changes

-   Logging api layer: using resource name classes instead of strings where appropriate ([#&GoogleCloudPlatform#8203;1454](https://togithub.com/googleapis/google-cloud-java/issues/1454))

##### Test improvements

Several tests were flaky on AppVeyor, so improvements were made to make them more reliable.

-   BlockingProcessStreamReader ([#&GoogleCloudPlatform#8203;1457](https://togithub.com/googleapis/google-cloud-java/issues/1457))
-   BigQuery integration tests ([#&GoogleCloudPlatform#8203;1456](https://togithub.com/googleapis/google-cloud-java/issues/1456))
-   PubSub integration tests ([#&GoogleCloudPlatform#8203;1453](https://togithub.com/googleapis/google-cloud-java/issues/1453))
-   DNS tests: removed LocalDnsHelper and its test ([#&GoogleCloudPlatform#8203;1446](https://togithub.com/googleapis/google-cloud-java/issues/1446))

Despite that, integration tests were still failing on AppVeyor, so they have been disabled until they can all run reliably - tracking issue: [#&GoogleCloudPlatform#8203;1429](https://togithub.com/googleapis/google-cloud-java/issues/1429)

##### Documentation, Snippets

-   Various snippet updates - ([#&GoogleCloudPlatform#8203;1399](https://togithub.com/googleapis/google-cloud-java/issues/1399)), ([#&GoogleCloudPlatform#8203;1400](https://togithub.com/googleapis/google-cloud-java/issues/1400))

</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**: 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
  • Loading branch information
renovate-bot authored Jan 19, 2023
1 parent cbcf094 commit 8d16472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/stitcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-stitcher</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit 8d16472

Please sign in to comment.