Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update Non-major dependencies #598

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.api.grpc:proto-google-common-protos 2.48.0 -> 2.49.0 age adoption passing confidence
com.google.api:gax-grpc 2.57.0 -> 2.58.0 age adoption passing confidence
io.grpc:grpc-bom 1.68.1 -> 1.69.0 age adoption passing confidence
com.google.cloud:google-cloud-alloydb-connectors-bom 0.31.0 -> 0.32.0 age adoption passing confidence
com.google.cloud:google-cloud-alloydb-bom 0.42.0 -> 0.43.0 age adoption passing confidence
com.google.cloud:google-cloud-shared-dependencies 3.39.0 -> 3.40.0 age adoption passing confidence
com.google.cloud:google-cloud-shared-config 1.12.0 -> 1.12.2 age adoption passing confidence

Release Notes

googleapis/sdk-platform-java (com.google.api.grpc:proto-google-common-protos)

v2.49.0

Compare Source

Features
Bug Fixes
  • add additional potential exceptions when retrieving protobuf manifest file to get version (#​3315) (ef9e518)
Dependencies
  • update dependency com.google.errorprone:error_prone_annotations to v2.35.1 (#​3316) (d7c290f)
google/error-prone (com.google.errorprone:error_prone_annotations)

v2.36.0: Error Prone 2.36.0

Compare Source

Changes:

  • Add new matcher interfaces to ErrorProneScanner for AST nodes introduced after Java 11 (e5fd194)
  • Fix compatibility with latest JDK 24 EA builds (google/error-prone@d67bc15)
  • Check that --should-stop=ifError=FLOW is set when using the -Xplugin integration (e71db1f)

New checks:

Closed issues: #​4633, #​4646

grpc/grpc-java (io.grpc:grpc-bom)

v1.69.0

v1.68.2

Bug Fixes
  • api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (https://github.com/grpc/grpc-java/pull/11688). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (#​11662) that could be seen in certain custom NameResolvers
  • okhttp: If the frame handler thread is null do not schedule it on the executor (https://github.com/grpc/grpc-java/pull/11716). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks
Improvements
googleapis/google-cloud-java (com.google.cloud:google-cloud-alloydb-connectors-bom)

v0.32.0: 0.32.0

New/promoted clients

Firestore

  • Adding data structures (#​2658 )
  • Adding v1beta1 ordering semantics (#​2662 )

Notification

  • Adding notification client, a light wrapper around pubsub and storage clients (#​2571 )

Storage

  • Public data download available to unauthenticated clients (#​2649 )

Datastore

  • Adding toString() to OrderBy

Other

googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)

v1.12.2

Compare Source

Bug Fixes
  • Fixed the profile for Artifact Registry deployment (#​950) (8a496d3)

v1.12.1

Compare Source

Dependencies
  • Update dependency com.puppycrawl.tools:checkstyle to v10.20.2 (#​938) (d5c3385)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.4 (#​939) (1c5920c)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner November 14, 2024 19:01
@enocom enocom assigned enocom and unassigned rhatgadkar-goog Nov 14, 2024
@enocom
Copy link
Member

enocom commented Nov 14, 2024

The errorprone change is causing a compilation error in Java 11 and a lint error in Java 17.

The lint error is easily fixed with an annotation, but it's not clear why compilation is failing for Java 11 -- the stack trace isn't complete in the current build logs.

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 8974042 to 6668135 Compare November 15, 2024 00:57
@renovate-bot renovate-bot changed the title deps: Update dependency com.google.errorprone:error_prone_core to v2.35.1 deps: Update Non-major dependencies Nov 15, 2024
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from 51aec64 to 079cd9f Compare November 19, 2024 14:06
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 079cd9f to 7dc54d0 Compare November 29, 2024 03:57
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from ae35312 to 895cf93 Compare December 10, 2024 19:38
@enocom enocom force-pushed the renovate/non-major-dependencies branch 4 times, most recently from dcaabe5 to 92ed1dd Compare December 10, 2024 20:24
@enocom enocom force-pushed the renovate/non-major-dependencies branch from 92ed1dd to 9aec7e5 Compare December 10, 2024 20:28
@enocom enocom merged commit 465ec9f into GoogleCloudPlatform:main Dec 10, 2024
13 checks passed
@enocom
Copy link
Member

enocom commented Dec 10, 2024

Removed error prone and error prone annotations bumps because they are breaking the build. We'll upgrade these separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants