From af72c6fba5e5f2d36a0ef765a374548b5bf3ed89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:39:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20rules=5Fja?= =?UTF-8?q?va=20to=20v7.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 596af6c..bbf372c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.0") # Documentation. These should be dev_dependencies, but that doesn't work at the # moment. This is a bug. -bazel_dep(name = "rules_java", version = "7.6.1", dev_dependency = False) +bazel_dep(name = "rules_java", version = "7.12.1", dev_dependency = False) bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = False) # The LLVM project. We override the specific commit below.