Skip to content

Commit e037f6a

Browse files
committed
bazel: bump various rules_xxx repo
1 parent 057b5ea commit e037f6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@ git_repository(
4747

4848
git_repository(
4949
name = "rules_java",
50-
tag = "7.3.1",
50+
tag = "7.3.2",
5151
remote = "https://github.com/bazelbuild/rules_java.git",
5252
)
5353

5454
git_repository(
5555
name = "rules_jvm_external",
56-
tag = "5.3",
56+
tag = "6.0",
5757
remote = "https://github.com/bazelbuild/rules_jvm_external.git",
5858
)
5959

6060
git_repository(
6161
name = "contrib_rules_jvm",
62-
tag = "v0.19.0",
62+
tag = "v0.24.0",
6363
remote = "https://github.com/bazel-contrib/rules_jvm.git",
6464
)
6565

6666
git_repository(
6767
name = "rules_python",
68-
tag = "0.27.1",
68+
tag = "0.29.0",
6969
remote = "https://github.com/bazelbuild/rules_python.git",
7070
)
7171

0 commit comments

Comments
 (0)