From 28eb22978a13cfbed8f723052093210857f7ff06 Mon Sep 17 00:00:00 2001 From: Sara Adams Date: Sat, 2 Dec 2023 03:29:45 +0100 Subject: [PATCH] Check whether --incompatible_sandbox_hermetic_tmp does the job Signed-off-by: Sara Adams --- .bazelrc | 3 +++ .bazelversion | 2 +- MODULE.bazel | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index a2afba7..533c47f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,7 @@ +# TODO: Remove once using Bazel 7 common --enable_bzlmod +build --incompatible_sandbox_hermetic_tmp + common --enable_platform_specific_config common --experimental_announce_profile_path diff --git a/.bazelversion b/.bazelversion index 39233ac..f3b5af3 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.0.0rc5 +6.1.1 diff --git a/MODULE.bazel b/MODULE.bazel index a036ddb..c8c5f10 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -27,10 +27,10 @@ maven.install( "com.google.truth.extensions:truth-java8-extension:1.1.5", "commons-cli:commons-cli:1.5.0", "junit:junit:4.13.2", - "net.bytebuddy:byte-buddy-agent:1.14.5", - "net.bytebuddy:byte-buddy:1.14.5", + "net.bytebuddy:byte-buddy-agent:1.14.10", + "net.bytebuddy:byte-buddy:1.14.10", "org.hamcrest:hamcrest-core:2.2", - "org.mockito:mockito-core:5.4.0", + "org.mockito:mockito-core:5.7.0", "org.objenesis:objenesis:3.3", ], repositories = [