Skip to content

Commit 7d2a878

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.120.17 (#358)
[![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.120.16` -> `1.120.17` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.120.17/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.120.17/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.120.17/compatibility-slim/1.120.16)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.120.17/confidence-slim/1.120.16)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-pubsub</summary> ### [`v1.120.17`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;112017-httpsgithubcomgoogleapisjava-pubsubcomparev112016v112017-2022-09-20) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.120.16...v1.120.17) ##### Dependencies - Update dependency com.google.cloud:google-cloud-bigquery to v2.16.1 ([#&#8203;1281](https://togithub.com/googleapis/java-pubsub/issues/1281)) ([aca8ee9](https://togithub.com/googleapis/java-pubsub/commit/aca8ee98dc74ecc53045f7b84326d85406163338)) - Update dependency com.google.cloud:google-cloud-core to v2.8.12 ([#&#8203;1278](https://togithub.com/googleapis/java-pubsub/issues/1278)) ([4ae1156](https://togithub.com/googleapis/java-pubsub/commit/4ae115666ba195dca90171a7e1ff81bb6cfcf123)) - Update dependency com.google.protobuf:protobuf-java-util to v3.21.6 ([#&#8203;1277](https://togithub.com/googleapis/java-pubsub/issues/1277)) ([a5aa281](https://togithub.com/googleapis/java-pubsub/commit/a5aa281787b7a92516ebcc7654d419d9cbd5abc3)) </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-contact-center-insights). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5OC4xIn0=-->
1 parent 3c860f8 commit 7d2a878

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java-contact-center-insights/samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.cloud</groupId>
5656
<artifactId>google-cloud-pubsub</artifactId>
57-
<version>1.120.16</version>
57+
<version>1.120.17</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>

java-contact-center-insights/samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.cloud</groupId>
5555
<artifactId>google-cloud-pubsub</artifactId>
56-
<version>1.120.16</version>
56+
<version>1.120.17</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>

java-contact-center-insights/samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-pubsub</artifactId>
55-
<version>1.120.16</version>
55+
<version>1.120.17</version>
5656
<scope>test</scope>
5757
</dependency>
5858
</dependencies>

0 commit comments

Comments
 (0)