Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ maven.install(
"org.opentest4j:opentest4j:1.3.0",
"org.mockito:mockito-core:5.23.0",
"org.objenesis:objenesis:3.5",
"net.bytebuddy:byte-buddy:1.18.10",
"net.bytebuddy:byte-buddy:1.18.11",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The maven_install.json lockfile has not been updated to reflect the new version of net.bytebuddy:byte-buddy. Since fail_if_repin_required = True is enabled in MODULE.bazel (line 106), the build will fail.

Please run the following command to update the lockfile:

REPIN=1 bazel run @maven//:pin

Additionally, please update net.bytebuddy:byte-buddy-agent to 1.18.11 to keep it in sync with byte-buddy and prevent potential runtime compatibility issues.

"net.bytebuddy:byte-buddy-agent:1.18.10",
"com.google.flogger:flogger:0.9",
"com.google.flogger:flogger-system-backend:0.9",
Expand Down
Loading