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

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.11…
Browse files Browse the repository at this point in the history
…9.0 (#288)

[![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-contact-center-insights).
  • Loading branch information
renovate-bot committed Jun 6, 2022
1 parent 4008d75 commit 3fe26f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.118.0</version>
<version>1.119.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.118.0</version>
<version>1.119.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.118.0</version>
<version>1.119.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3fe26f6

Please sign in to comment.