SIGN IN SIGN UP

[java] Prevent byte-buddy -jdkN variant from being picked by dependency updates (#17523)

Add a guard in the java:update Rake task that detects net.bytebuddy:*
artifacts whose proposed version carries a -jdkN suffix and falls back
to the latest stable release returned by maven_stable_release (which
already filters to versions matching `\A\d+\.\d+(\.\d+)*\z`).

Also revert MODULE.bazel and re-pin maven_install.json so the current
state is consistent again.

Fixes #17355

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
P
Pierluigi Lenoci committed
432b8a189755cb53f451a98d459bb91b44989402
Parent: 77ea13b
Committed by GitHub <noreply@github.com> on 5/19/2026, 9:23:16 PM