Skip to content

Commit ea8a436

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.140.0 (#1871)
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.139.4` -> `1.140.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-pubsub/1.140.0?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.140.0?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.139.4/1.140.0?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.139.4/1.140.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-pubsub (com.google.cloud:google-cloud-pubsub)</summary> ### [`v1.140.0`](https://redirect.github.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#11400-2025-06-03) ##### Features - Add SchemaViolationReason to IngestionFailureEvent ([21cc376](https://redirect.github.com/googleapis/java-pubsub/commit/21cc3764aaa6fc05eb4a5078a72dae30694fba91)) ##### Dependencies - Update dependency com.google.cloud:google-cloud-bigquery to v2.50.1 ([#&#8203;2435](https://redirect.github.com/googleapis/java-pubsub/issues/2435)) ([b37c557](https://redirect.github.com/googleapis/java-pubsub/commit/b37c5573e1d0d7eada4ce4ec6a052521ea11cff1)) - Update dependency com.google.cloud:google-cloud-storage to v2.52.3 ([#&#8203;2436](https://redirect.github.com/googleapis/java-pubsub/issues/2436)) ([4f309d1](https://redirect.github.com/googleapis/java-pubsub/commit/4f309d151d4bd584a33a0bb8882d0614a1b9d533)) - Update dependency com.google.cloud:sdk-platform-java-config to v3.49.0 ([#&#8203;2444](https://redirect.github.com/googleapis/java-pubsub/issues/2444)) ([a59135c](https://redirect.github.com/googleapis/java-pubsub/commit/a59135c6859d0aa5c247a6a1f60872c959123cc7)) - Update dependency com.google.cloud:sdk-platform-java-config to v3.49.0 ([#&#8203;2446](https://redirect.github.com/googleapis/java-pubsub/issues/2446)) ([6434be1](https://redirect.github.com/googleapis/java-pubsub/commit/6434be16560fdc8797b7c930b06df38c0972c96c)) - Update dependency com.google.protobuf:protobuf-java-util to v4.31.0 ([#&#8203;2430](https://redirect.github.com/googleapis/java-pubsub/issues/2430)) ([232fac1](https://redirect.github.com/googleapis/java-pubsub/commit/232fac1c47e0d3680dcc8d56b69d65ed0d379dde)) - Update googleapis/sdk-platform-java action to v2.59.0 ([#&#8203;2445](https://redirect.github.com/googleapis/java-pubsub/issues/2445)) ([12d4cfb](https://redirect.github.com/googleapis/java-pubsub/commit/12d4cfb7d67dbb163b3a545ea2ebae450e88283d)) ##### Documentation - **sample:** Update the subscribe with error listener and subscribe with exactly-once samples ([#&#8203;2437](https://redirect.github.com/googleapis/java-pubsub/issues/2437)) ([17c142b](https://redirect.github.com/googleapis/java-pubsub/commit/17c142b20efb79f9c71fc6306cb3ee4e15c5e06f)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 8c82c34 commit ea8a436

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.139.4</version>
41+
<version>1.140.0</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.139.4</version>
54+
<version>1.140.0</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.139.4</version>
54+
<version>1.140.0</version>
5555
</dependency>
5656
<!-- [END pubsublite_java_dependencies] -->
5757
<!-- [END pubsublite_install_without_bom] -->

0 commit comments

Comments
 (0)