Skip to content

Commit 1ac81df

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.139.1 (#1846)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-pubsub](https://redirect.github.com/googleapis/java-pubsub) | `1.138.0` -> `1.139.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-pubsub/1.139.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-pubsub/1.139.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-pubsub/1.138.0/1.139.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-pubsub/1.138.0/1.139.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-pubsub (com.google.cloud:google-cloud-pubsub)</summary> ### [`v1.139.1`](https://redirect.github.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#11391-2025-04-25) [Compare Source](https://redirect.github.com/googleapis/java-pubsub/compare/v1.139.0...v1.139.1) ##### Dependencies - Update dependency com.google.cloud:sdk-platform-java-config to v3.46.2 ([#&#8203;2394](https://redirect.github.com/googleapis/java-pubsub/issues/2394)) ([17f7fd7](https://redirect.github.com/googleapis/java-pubsub/commit/17f7fd77553a7ccd55029edb74829f1fe86a680c)) ### [`v1.139.0`](https://redirect.github.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#11390-2025-04-25) [Compare Source](https://redirect.github.com/googleapis/java-pubsub/compare/v1.138.0...v1.139.0) ##### Features - Generate renamed go pubsub admin clients ([4472d7b](https://redirect.github.com/googleapis/java-pubsub/commit/4472d7baff4894a7c5cf0efc7eadd83ec8801d7a)) ##### Bug Fixes - Add retries for ack and modack operations that don't return with a metadata map ([#&#8203;2385](https://redirect.github.com/googleapis/java-pubsub/issues/2385)) ([00070b7](https://redirect.github.com/googleapis/java-pubsub/commit/00070b74e54fcb62b91a4d72a88d3b20b2425a94)) - **deps:** Update the Java code generator (gapic-generator-java) to 2.56.2 ([4472d7b](https://redirect.github.com/googleapis/java-pubsub/commit/4472d7baff4894a7c5cf0efc7eadd83ec8801d7a)) ##### Dependencies - Update dependency com.google.cloud:google-cloud-bigquery to v2.49.0 ([#&#8203;2380](https://redirect.github.com/googleapis/java-pubsub/issues/2380)) ([405e485](https://redirect.github.com/googleapis/java-pubsub/commit/405e485bbe503357a0616ec72de8fea00cb91c9c)) - Update dependency com.google.cloud:google-cloud-core to v2.53.1 ([#&#8203;2365](https://redirect.github.com/googleapis/java-pubsub/issues/2365)) ([748058f](https://redirect.github.com/googleapis/java-pubsub/commit/748058fc018e3a36dedd576404037bf8c016c794)) - Update dependency com.google.cloud:google-cloud-storage to v2.50.0 ([#&#8203;2372](https://redirect.github.com/googleapis/java-pubsub/issues/2372)) ([b81164a](https://redirect.github.com/googleapis/java-pubsub/commit/b81164aa5682c8046ebfa44e1e47579e4c3fcd28)) - Update dependency com.google.protobuf:protobuf-java-util to v4.30.1 ([#&#8203;2364](https://redirect.github.com/googleapis/java-pubsub/issues/2364)) ([05eb9c0](https://redirect.github.com/googleapis/java-pubsub/commit/05eb9c0ce5179ff9e8656544258adc02a59336e5)) - Update dependency com.google.protobuf:protobuf-java-util to v4.30.2 ([#&#8203;2383](https://redirect.github.com/googleapis/java-pubsub/issues/2383)) ([4119cc0](https://redirect.github.com/googleapis/java-pubsub/commit/4119cc03895873f94ddef10850753fb59384a8fc)) ##### Documentation - Update documentation for JavaScriptUDF to indicate that the `message_id` metadata field is optional instead of required ([f904786](https://redirect.github.com/googleapis/java-pubsub/commit/f904786f87e80cdc09bba947cd53e42dffb7132e)) </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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-pubsublite). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent db8ca30 commit 1ac81df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google-cloud-pubsublite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-pubsub</artifactId>
41-
<version>1.138.0</version>
41+
<version>1.139.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api.grpc</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-pubsub</artifactId>
54-
<version>1.138.0</version>
54+
<version>1.139.1</version>
5555
</dependency>
5656

5757
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-pubsub</artifactId>
54-
<version>1.138.0</version>
54+
<version>1.139.1</version>
5555
</dependency>
5656
<!-- [END pubsublite_java_dependencies] -->
5757
<!-- [END pubsublite_install_without_bom] -->

0 commit comments

Comments
 (0)