Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore(deps): Use Pub/Sub BOM (#954)
Browse files Browse the repository at this point in the history
* 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 <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Neenu1995 <neenushaji@google.com>
  • Loading branch information
3 people committed Oct 1, 2021
1 parent 9e46f5c commit f54e255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion owlbot.py
Expand Up @@ -21,4 +21,8 @@
s.move(library)

s.remove_staging_dirs()
java.common_templates()
java.common_templates(
excludes=[
".kokoro/dependencies.sh"
]
)
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.102.1</version>
<version>1.114.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f54e255

Please sign in to comment.