roll: pigweed bazel: Add `load` statments for the builtin Bazel java rules

This change is currently a no-op, but the rules have been removed
from Bazel (v8 onwards) and must be used from `@rules_java` going
forward.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242252
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 1184ff5c4d09164ae4003ab76e917f8244696e28

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 3eab170012a7fb..1184ff5c4d0916
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8733984863071777089
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I206752a94e1c826678963f6b14a60b42548371cb
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/242413
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 197f352..c960da0 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-15.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733991367268077665.
-    commit = "3eab170012a7fb8da16847a515c0f14e81c314ee",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733984863071777089.
+    commit = "1184ff5c4d09164ae4003ab76e917f8244696e28",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-15.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733991367268077665.
-    commit = "3eab170012a7fb8da16847a515c0f14e81c314ee",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733984863071777089.
+    commit = "1184ff5c4d09164ae4003ab76e917f8244696e28",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )