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

Commit 5b1933b

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.119.0 (#1381)
[![Mend 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://togithub.com/googleapis/java-pubsub) | `1.118.0` -> `1.119.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.119.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.119.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.119.0/compatibility-slim/1.118.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.119.0/confidence-slim/1.118.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-pubsub</summary> ### [`v1.119.0`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11190-httpsgithubcomgoogleapisjava-pubsubcomparev11180v11190-2022-05-23) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.118.0...v1.119.0) ##### Features - add BigQuery configuration for subscriptions ([#&#8203;1133](https://togithub.com/googleapis/java-pubsub/issues/1133)) ([6f271db](https://togithub.com/googleapis/java-pubsub/commit/6f271db0feadcd338e2c5a0735e3828df5327772)) - add build scripts for native image testing in Java 17 ([#&#8203;1440](https://togithub.com/googleapis/java-pubsub/issues/1440)) ([#&#8203;1145](https://togithub.com/googleapis/java-pubsub/issues/1145)) ([2f89017](https://togithub.com/googleapis/java-pubsub/commit/2f89017c4a9737d0db1456b0b9903ec07a9392e8)) ##### Dependencies - update dependency com.google.cloud:google-cloud-core to v2.7.1 ([#&#8203;1141](https://togithub.com/googleapis/java-pubsub/issues/1141)) ([851a119](https://togithub.com/googleapis/java-pubsub/commit/851a1190725d381232270bd80f6b82929f680f5f)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#&#8203;1142](https://togithub.com/googleapis/java-pubsub/issues/1142)) ([3cf6d82](https://togithub.com/googleapis/java-pubsub/commit/3cf6d82f85bdb49f8b5a4f9805506e8a2fafc53c)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#&#8203;1148](https://togithub.com/googleapis/java-pubsub/issues/1148)) ([b5b004b](https://togithub.com/googleapis/java-pubsub/commit/b5b004b69a0d1154f51233e1e47facc1cd13c716)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquerydatatransfer).
1 parent 9b404ff commit 5b1933b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

+1-1
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.118.0</version>
62+
<version>1.119.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
</dependencies>

samples/snapshot/pom.xml

+1-1
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.118.0</version>
62+
<version>1.119.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
</dependencies>

samples/snippets/pom.xml

+1-1
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.118.0</version>
74+
<version>1.119.0</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

0 commit comments

Comments
 (0)