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

Commit 5c95fb4

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.115.5 (#832)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-pubsub](https://github.com/googleapis/java-pubsub) | `1.115.2` -> `1.115.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.115.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.115.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.115.5/compatibility-slim/1.115.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.115.5/confidence-slim/1.115.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-pubsub</summary> ### [`v1.115.5`](https://github.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11155-httpsgithubcomgoogleapisjava-pubsubcomparev11154v11155-2022-02-11) [Compare Source](https://github.com/googleapis/java-pubsub/compare/v1.115.4...v1.115.5) ### [`v1.115.4`](https://github.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11154-httpsgithubcomgoogleapisjava-pubsubcomparev11153v11154-2022-02-10) [Compare Source](https://github.com/googleapis/java-pubsub/compare/v1.115.3...v1.115.4) ### [`v1.115.3`](https://github.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11153-httpsgithubcomgoogleapisjava-pubsubcomparev11152v11153-2022-02-08) [Compare Source](https://github.com/googleapis/java-pubsub/compare/v1.115.2...v1.115.3) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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-dlp).
1 parent ea7b9a4 commit 5c95fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>google-cloud-pubsub</artifactId>
39-
<version>1.115.2</version>
39+
<version>1.115.5</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-pubsub</artifactId>
38-
<version>1.115.2</version>
38+
<version>1.115.5</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>junit</groupId>

0 commit comments

Comments
 (0)