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

Commit 2893fec

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.110.1 (#563)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-pubsub](https://togithub.com/googleapis/java-pubsub) | patch | `1.110.0` -> `1.110.1` | --- ### Release Notes <details> <summary>googleapis/java-pubsub</summary> ### [`v1.110.1`](https://togithub.com/googleapis/java-pubsub/blob/master/CHANGELOG.md#&#8203;11101-httpswwwgithubcomgoogleapisjava-pubsubcomparev11100v11101-2020-12-02) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.110.0...v1.110.1) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquerydatatransfer).
1 parent 9735525 commit 2893fec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud-pubsub</artifactId>
62-
<version>1.110.0</version>
62+
<version>1.110.1</version>
6363
<scope>test</scope>
6464
</dependency>
6565
</dependencies>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud-pubsub</artifactId>
62-
<version>1.110.0</version>
62+
<version>1.110.1</version>
6363
<scope>test</scope>
6464
</dependency>
6565
</dependencies>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.cloud</groupId>
7373
<artifactId>google-cloud-pubsub</artifactId>
74-
<version>1.110.0</version>
74+
<version>1.110.1</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

0 commit comments

Comments
 (0)