From 7ec4cd3860ede9b6e9e73a426acd19eb52224fdf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Aug 2022 07:03:55 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:google-cloud-mediatranslation to v0.9.0 --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 3922ab66..59d5d18d 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-mediatranslation - 0.8.1 + 0.9.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 82976a02..9a01b7c7 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-mediatranslation - 0.8.1 + 0.9.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index f1b00f63..2c8d582f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -27,7 +27,7 @@ com.google.cloud google-cloud-mediatranslation - 0.8.1 + 0.9.0 From 8fafbecd57fd8da243003133664d09e1b9bbea8c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 1 Aug 2022 07:06:05 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f83ed9b7..ac48e9a9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-mediatranslation - 0.8.1 + 0.9.0 ```