From 4ca6449d3dd60184e916664bfffafaf3b4200519 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Feb 2022 23:56:26 +0000 Subject: [PATCH 1/2] build(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.9 --- samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/pom.xml b/samples/pom.xml index 39f53665..94d32fbb 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -46,7 +46,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.9 true From 59be356153157b949713e639c3aff656d4cf09a2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 12 Feb 2022 01:29:52 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6eeeefb..17bb7e46 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-video-transcoder - 1.0.0 + 1.0.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-video-transcoder:1.0.0' +implementation 'com.google.cloud:google-cloud-video-transcoder:1.0.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.0.1" ``` ## Authentication