Update grpc to 1.82.0 and bump JVM dependencies#1167
Merged
Conversation
grpc 1.82.0-pre1 -> 1.82.0 (final release, now in the BCR). The Bazel 9 native-rules patch is still required: upstream v1.82.0 still calls native.objc_library / native.cc_library. abseil-cpp is bumped to 20260107.1 to match grpc's requirement. JVM updates (latest within current major lines): - logback 1.5.6 -> 1.5.37 - nullaway 0.13.1 -> 0.13.7 - error_prone 2.46.0 -> 2.50.0 - jetty 11.0.23 -> 11.0.26 - HikariCP 7.0.2 -> 7.1.0 - chariot 0.2.9 -> 0.2.10 - jdbi3-core 3.51.0 -> 3.54.0 - postgresql 42.7.10 -> 42.7.13 - guava 33.5.0-jre -> 33.6.0-jre - sentry-logback 8.34.1 -> 8.47.0 - slf4j 2.0.17 -> 2.0.18 - netty-bom 4.2.9.Final -> 4.2.16.Final - micronaut-core-bom 4.10.12 -> 4.10.25 - jackson-bom 2.21.0 -> 2.22.0 - junit-bom 6.0.3 -> 6.1.1 maven_install.json repinned via REPIN=1 bazel run @maven//:pin. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Dj9Nmvsiw5ZSWvDsq92qP
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
1d4-web | dab3d59 | Commit Preview URL Branch Preview URL |
Jul 07 2026, 04:33 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
1.82.0-pre1→1.82.0(final release, now in the BCR). Thegrpc_bazel9_native_rules.patchoverride is still required — upstream v1.82.0 still referencesnative.objc_library/native.cc_library.20250814.2→20260107.1to match grpc 1.82.0's requirement (clears the direct-dependency version warning).maven_install.jsonrepinned viaREPIN=1 bazel run @maven//:pin:Jetty stays on 11.x (12 is a breaking migration) and Micronaut stays on 4.x (5.0 is a major). Jackson artifacts resolve to 2.21.2 via the Micronaut BOM, which takes precedence in the BOM list — same precedence behavior as before, when it pinned 2.19.2.
Testing
//domains/games/libs/chessql/...— 3/3 tests pass//domains/games/apis/one_d4/...,//domains/games/libs/chess_com_client/...,//domains/graphics/libs/imagine/...— 36/36 tests pass (Micronaut e2e, JDBI migrations, Jackson)//domains/platform/libs/lakituand//domains/games/apis/golf_grpc/server:golf_grpc_servicebuild successfully against grpc 1.82.0, with the Bazel 9 patch applying cleanly to the release archiveLocal C++ verification used the host gcc toolchain (sandbox network policy blocked the hermetic LLVM download), so CI is the authoritative check for full toolchain fidelity.
🤖 Generated with Claude Code
https://claude.ai/code/session_016Dj9Nmvsiw5ZSWvDsq92qP
Generated by Claude Code