Skip to content

Commit

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

[![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.119.1` -> `1.120.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.120.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.120.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.120.0/compatibility-slim/1.119.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.120.0/confidence-slim/1.119.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-pubsub</summary>

### [`v1.120.0`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11200-httpsgithubcomgoogleapisjava-pubsubcomparev11191v11200-2022-06-30)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.119.1...v1.120.0)

##### Features

-   Enable REST transport for most of Java and Go clients ([#&#8203;1162](https://togithub.com/googleapis/java-pubsub/issues/1162)) ([c8ebb13](https://togithub.com/googleapis/java-pubsub/commit/c8ebb1319b7714c03308d8e7af53912b6b6a0d44))

##### Documentation

-   **sample:** clean up README of native image sample ([#&#8203;1166](https://togithub.com/googleapis/java-pubsub/issues/1166)) ([890987c](https://togithub.com/googleapis/java-pubsub/commit/890987c0b285c9c5a5224f676e070ceefb90fe02))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-bigquery to v2.13.5 ([#&#8203;1172](https://togithub.com/googleapis/java-pubsub/issues/1172)) ([51f4da0](https://togithub.com/googleapis/java-pubsub/commit/51f4da048e298e6184e9a6bf931a9f1307534c61))
-   update dependency com.google.cloud:google-cloud-bigquery to v2.13.6 ([#&#8203;1175](https://togithub.com/googleapis/java-pubsub/issues/1175)) ([9385452](https://togithub.com/googleapis/java-pubsub/commit/938545266b6b15f93fe82aa253b55ca4d4fd7e22))
-   update dependency com.google.cloud:google-cloud-core to v2.8.0 ([#&#8203;1171](https://togithub.com/googleapis/java-pubsub/issues/1171)) ([4b7888f](https://togithub.com/googleapis/java-pubsub/commit/4b7888f582752982e2c9e1fd03472f5172fa9910))
-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#&#8203;1173](https://togithub.com/googleapis/java-pubsub/issues/1173)) ([925be09](https://togithub.com/googleapis/java-pubsub/commit/925be095bd8a227f4b49d357dcd386b4149a86f9))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#&#8203;1169](https://togithub.com/googleapis/java-pubsub/issues/1169)) ([e8e93e6](https://togithub.com/googleapis/java-pubsub/commit/e8e93e6c47e2c0a3546453a3aa23263ff3878a55))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#&#8203;1170](https://togithub.com/googleapis/java-pubsub/issues/1170)) ([1327e89](https://togithub.com/googleapis/java-pubsub/commit/1327e89e2e491afe0b05fb458bbea296a8ae101f))

</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-pubsublite).
  • Loading branch information
renovate-bot committed Jul 1, 2022
1 parent 4c1b189 commit 4aa90ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.119.1</version>
<version>1.120.0</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.119.1</version>
<version>1.120.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.119.1</version>
<version>1.120.0</version>
</dependency>
<!-- [END pubsublite_java_dependencies] -->
<!-- [END pubsublite_install_without_bom] -->
Expand Down

0 comments on commit 4aa90ce

Please sign in to comment.