Skip to content

Commit 97bad5a

Browse files
committed
Update some MODULE.bazel dependencies
Fixes the following warnings: ``` WARNING: For repository 'abseil-cpp', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off WARNING: For repository 'bazel_skylib', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off WARNING: For repository 'googletest', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off WARNING: For repository 'rules_cc', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off WARNING: For repository 'zlib', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off ``` Bug: b/446751781
1 parent a616611 commit 97bad5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

base/cvd/MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
66
###############################################################################
77

8-
bazel_dep(name = "abseil-cpp", version = "20250127.0")
8+
bazel_dep(name = "abseil-cpp", version = "20250814.0")
99
bazel_dep(name = "aspect_bazel_lib", version = "2.14.0")
1010
bazel_dep(name = "aspect_rules_lint", version = "1.4.4", dev_dependency = True)
11-
bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency = True)
11+
bazel_dep(name = "bazel_skylib", version = "1.8.1", dev_dependency = True)
1212
bazel_dep(name = "boringssl", version = "0.20241024.0")
1313
bazel_dep(name = "brotli", version = "1.1.0")
1414
bazel_dep(name = "crc32c", version = "1.1.0")
@@ -19,7 +19,7 @@ bazel_dep(name = "freetype", version = "2.13.3")
1919
bazel_dep(name = "gflags", version = "2.2.2")
2020
bazel_dep(name = "googleapis", version = "0.0.0-20241220-5e258e33.bcr.1")
2121
bazel_dep(name = "googleapis-cc", version = "1.0.0")
22-
bazel_dep(name = "googletest", version = "1.15.2")
22+
bazel_dep(name = "googletest", version = "1.17.0")
2323
bazel_dep(name = "grpc", version = "1.71.0")
2424
bazel_dep(name = "grpc-proto", version = "0.0.0-20240627-ec30f58")
2525
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
@@ -37,7 +37,7 @@ bazel_dep(name = "pcre2", version = "10.45")
3737
bazel_dep(name = "platforms", version = "1.0.0")
3838
bazel_dep(name = "protobuf", version = "31.1")
3939
bazel_dep(name = "rootcanal")
40-
bazel_dep(name = "rules_cc", version = "0.1.2")
40+
bazel_dep(name = "rules_cc", version = "0.2.0")
4141
bazel_dep(name = "rules_flex", version = "0.4")
4242
bazel_dep(name = "rules_license", version = "1.0.0")
4343
bazel_dep(name = "rules_proto", version = "7.1.0")
@@ -48,7 +48,7 @@ bazel_dep(name = "rules_rust", version = "0.63.0")
4848
bazel_dep(name = "tinyxml2", version = "10.0.0")
4949
bazel_dep(name = "toolchains_llvm", version = "1.2.0")
5050
bazel_dep(name = "sandboxed_api")
51-
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
51+
bazel_dep(name = "zlib", version = "1.3.1.bcr.7")
5252

5353
# this needs to be at parity with with build_external/crosvm/crosvm.config.toml
5454
CROSVM_REMOTE = "https://chromium.googlesource.com/crosvm/crosvm"

0 commit comments

Comments
 (0)