Skip to content

Commit dfea16a

Browse files
jnthntatumcopybara-github
authored andcommitted
Update deps.
Patches to antlr were upstreamed to bcr. PiperOrigin-RevId: 924919565
1 parent f1e5042 commit dfea16a

2 files changed

Lines changed: 4 additions & 43 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,24 @@ bazel_dep(
3333
)
3434
bazel_dep(
3535
name = "protobuf",
36-
version = "33.4",
36+
version = "34.1",
3737
repo_name = "com_google_protobuf",
3838
)
3939
bazel_dep(
4040
name = "abseil-cpp",
4141
version = "20260107.0",
4242
repo_name = "com_google_absl",
4343
)
44-
4544
bazel_dep(
4645
name = "googletest",
4746
version = "1.17.0.bcr.2",
48-
dev_dependency = True,
4947
repo_name = "com_google_googletest",
5048
)
5149
bazel_dep(
5250
name = "google_benchmark",
5351
version = "1.9.2",
54-
dev_dependency = True,
5552
repo_name = "com_github_google_benchmark",
5653
)
57-
5854
bazel_dep(
5955
name = "re2",
6056
version = "2025-11-05.bcr.1",
@@ -74,16 +70,9 @@ bazel_dep(
7470
name = "platforms",
7571
version = "1.0.0",
7672
)
77-
78-
ANTLR4_VERSION = "4.13.2"
79-
8073
bazel_dep(
8174
name = "antlr4-cpp-runtime",
82-
version = ANTLR4_VERSION,
83-
)
84-
single_version_override(
85-
module_name = "antlr4-cpp-runtime",
86-
patches = ["//bazel:antlr.patch"],
75+
version = "4.13.2.bcr.2",
8776
)
8877

8978
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
@@ -95,6 +84,8 @@ python.toolchain(
9584

9685
http_jar = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
9786

87+
ANTLR4_VERSION = "4.13.2"
88+
9889
http_jar(
9990
name = "antlr4_jar",
10091
sha256 = "eae2dfa119a64327444672aff63e9ec35a20180dc5b8090b7a6ab85125df4d76",

bazel/antlr.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)