Skip to content

Commit 41b1fcf

Browse files
authored
Bump Bazel versions to their latest minor releases (#1315)
* Bump Bazel versions to their latest minor releases * Formatting * Fix the integration tests * Revert
1 parent a7c5da7 commit 41b1fcf

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
test_flags:
1212
- ["--enable_bzlmod=true"]
1313
validate_config: 1
14-
bazel: 7.3.0
14+
bazel: 7.6.1
1515
buildifier:
1616
version: 8.2.0
1717
# no lint warnings for the moment. They are basically a smoke alarm in hell.

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.6.1

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ bazel_dep(name = "rules_bazel_integration_test", version = "0.25.0", dev_depende
112112

113113
bazel_binaries = use_extension("@rules_bazel_integration_test//:extensions.bzl", "bazel_binaries", dev_dependency = True)
114114
bazel_binaries.download(version_file = "//:.bazelversion")
115-
bazel_binaries.download(version = "8.1.0")
115+
bazel_binaries.download(version = "8.2.1")
116116
use_repo(
117117
bazel_binaries,
118118
"bazel_binaries",
119119
"bazel_binaries_bazelisk",
120120
"build_bazel_bazel_.bazelversion",
121-
"build_bazel_bazel_8_1_0",
121+
"build_bazel_bazel_8_2_1",
122122
)

examples/android/.bazelversion

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
8.1.0
1+
8.2.1
2+

0 commit comments

Comments
 (0)