Skip to content

Commit 40c2931

Browse files
authored
chore(deps): update dependency protoc-gen-validate to v1.2.1 (#14994)
1 parent ad247a4 commit 40c2931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
4444
bazel_dep(name = "c-ares", version = "1.19.1", repo_name = "com_github_cares_cares")
4545

4646
# Pin this to fix a break in bazel/deps-cache.py
47-
bazel_dep(name = "protoc-gen-validate", version = "1.0.4.bcr.2", dev_dependency = True, repo_name = "com_envoyproxy_protoc_gen_validate")
47+
bazel_dep(name = "protoc-gen-validate", version = "1.2.1", dev_dependency = True, repo_name = "com_envoyproxy_protoc_gen_validate")
4848

4949
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
5050
python.toolchain(

0 commit comments

Comments
 (0)