deps: update dependency com.google.cloud:google-cloud-pubsub to v1.13.17. with temp fix. #1446
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This intends to fix issue in googleapis/java-cloud-bom#6050 (comment)
dependency tree for
j2objc-annotations
without this fix:google-cloud-pubsub
here, it's getting1.123.14
(newshared-dependencies
included in v1.123.15). I think this should be updated as part of deps: update dependency com.google.cloud:google-cloud-pubsub to v1.123.17 #1444. (pubsub is a blocker for pubsublit release) Is this sufficient to be picked up by bot in future upgrades?j2objc-annotations:jar:1.3
in protobuf 3.23.2 and we could not upgrade to 3.23.3 due to missing protoc prebuilds in maven central (Maven central does not have protoc prebuilts protocolbuffers/protobuf#13070). Similar fix implemented in deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.12.0.with temp exclusions. java-spanner#2512 and will be removed on next protobuf upgrade. (will add this to internal bug as reminder when we decide to merge this in.)After this fix: