From f353c78730d7d940413f71aa242453fe7941751e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:16:04 +0000 Subject: [PATCH] build(deps): Bump dependency protoc to v29 --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index 0f96391a9..867fd0687 100644 --- a/.tool-versions +++ b/.tool-versions @@ -13,7 +13,7 @@ # Protoc is used (only) by tools/protoc/protoc.bash # to generate *.schema.json from *.proto; the Bazel # rules_proto (downloads and builds) its own protoc. -protoc 25.3 +protoc 29.2 # TODO protolint here instead of installing it in test.bash # when https://github.com/spencergilbert/asdf-protolint/issues/37 is fixed