Skip to content

Commit

Permalink
Fully upgrade protobuf to 3.19.6
Browse files Browse the repository at this point in the history
A follow up on 5e888af

RELNOTES: None
PiperOrigin-RevId: 480558976
Change-Id: Ibce2370e05fbb909e1cd4a38892c57bfa37783d6
  • Loading branch information
meteorcloudy authored and copybara-github committed Oct 12, 2022
1 parent 862db27 commit e7b258c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module(

bazel_dep(name = "rules_license", version = "0.0.3")
bazel_dep(name = "bazel_skylib", version = "1.2.0")
bazel_dep(name = "protobuf", version = "3.19.2", repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", version = "3.19.6", repo_name = "com_google_protobuf")
bazel_dep(name = "grpc", version = "1.47.0", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "rules_pkg", version = "0.7.0")
Expand All @@ -37,6 +37,6 @@ local_path_override(
# TODO(pcloudy): Remove this when rules_jvm_external adopts Bzlmod.
single_version_override(
module_name = "protobuf",
patches = ["//third_party/protobuf:3.19.2.bzlmod.patch"],
patches = ["//third_party/protobuf:3.19.6.bzlmod.patch"],
patch_strip = 1,
)
2 changes: 1 addition & 1 deletion distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ DIST_DEPS = {
"https://github.com/protocolbuffers/protobuf/archive/v3.19.6.tar.gz",
],
"patch_args": ["-p1"],
"patches": ["//third_party/protobuf:3.19.2.patch"],
"patches": ["//third_party/protobuf:3.19.6.patch"],
"used_in": [
"additional_distfiles",
"test_WORKSPACE_files",
Expand Down
2 changes: 1 addition & 1 deletion src/MODULE.tools
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bazel_dep(name = "rules_proto", version = "4.0.0")
bazel_dep(name = "rules_python", version = "0.4.0")

bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "protobuf", version = "3.19.2", repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", version = "3.19.6", repo_name = "com_google_protobuf")

cc_configure = use_extension("//tools/cpp:cc_configure.bzl", "cc_configure_extension")
use_repo(cc_configure, "local_config_cc", "local_config_cc_toolchains")
Expand Down

0 comments on commit e7b258c

Please sign in to comment.