Skip to content

Commit

Permalink
chore(deps): bump protoc from 3.19.0 to 27.0
Browse files Browse the repository at this point in the history
### Summary

See: https://github.com/protocolbuffers/protobuf/releases/

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
bungle committed May 31, 2024
1 parent 420b3b6 commit 062c64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def kong_github_repositories():
def protoc_repositories():
http_archive(
name = "protoc",
url = "https://github.com/protocolbuffers/protobuf/releases/download/v3.19.0/protoc-3.19.0-linux-x86_64.zip",
sha256 = "2994b7256f7416b90ad831dbf76a27c0934386deb514587109f39141f2636f37",
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protoc-27.0-linux-x86_64.zip",
sha256 = "e2bdce49564dbad4676023d174d9cdcf932238bc0b56a8349a5cb27bbafc26b0",
build_file_content = """
filegroup(
name = "include",
Expand Down

0 comments on commit 062c64b

Please sign in to comment.