From f54e255f652fcbadc573a6a1a75d5f2f7da986a6 Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Fri, 1 Oct 2021 10:52:53 -0400 Subject: [PATCH] chore(deps): Use Pub/Sub BOM (#954) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): Use Pub/Sub BOM Unblocks: #865. * Try just upgrading Pub/Sub * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * formatting * chore: add dependencis.sh to exclude list Co-authored-by: Owl Bot Co-authored-by: Neenu1995 --- owlbot.py | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/owlbot.py b/owlbot.py index dca9d8672..aa014ff7a 100644 --- a/owlbot.py +++ b/owlbot.py @@ -21,4 +21,8 @@ s.move(library) s.remove_staging_dirs() -java.common_templates() +java.common_templates( + excludes=[ + ".kokoro/dependencies.sh" + ] +) diff --git a/pom.xml b/pom.xml index cf86fe4df..067f22dd3 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ com.google.cloud google-cloud-pubsub - 1.102.1 + 1.114.5 test