From ca144965d3e72c2378a57b54d0bf69769e807b19 Mon Sep 17 00:00:00 2001 From: Jonathan Tatum Date: Tue, 7 Jul 2026 15:43:56 -0700 Subject: [PATCH] Bump bazel deps Add policy conformance test. PiperOrigin-RevId: 944133304 --- .github/workflows/macos_bazel_test.yml | 2 +- MODULE.bazel | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos_bazel_test.yml b/.github/workflows/macos_bazel_test.yml index 24763f53a..c0d448503 100644 --- a/.github/workflows/macos_bazel_test.yml +++ b/.github/workflows/macos_bazel_test.yml @@ -24,4 +24,4 @@ jobs: # TODO(b/506179116): is not supported on all target versions in xcode, so not # running policy conformance. run: | - bazelisk test --copt=-Wno-deprecated-declarations --copt=-Wno-nullability-completeness conformance:all + bazelisk test --copt=-Wno-deprecated-declarations --copt=-Wno-nullability-completeness conformance:all conformance/policy:all diff --git a/MODULE.bazel b/MODULE.bazel index 970b719bd..0901db5f8 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -17,11 +17,11 @@ bazel_dep( ) bazel_dep( name = "rules_cc", - version = "0.2.14", + version = "0.2.18", ) bazel_dep( name = "rules_java", - version = "8.6.1", + version = "8.14.0", ) bazel_dep( name = "rules_proto", @@ -69,7 +69,7 @@ bazel_dep( ) bazel_dep( name = "platforms", - version = "1.0.0", + version = "1.1.0", ) bazel_dep( name = "antlr4-cpp-runtime",