Skip to content

Commit

Permalink
Upgrade protobuf to 3.19.6
Browse files Browse the repository at this point in the history
Due to a potential security issue in protobuf:
GHSA-h4h5-3hr4-j3g2

RELNOTES: None
PiperOrigin-RevId: 480330624
Change-Id: I0e82cbd10283b146e100a6fdd0388ebeec8191f0
  • Loading branch information
meteorcloudy authored and pull[bot] committed Aug 3, 2023
1 parent 4f4493a commit e57fcfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ DIST_DEPS = {
#
#################################################
"com_google_protobuf": {
"archive": "v3.19.2.tar.gz",
"sha256": "4dd35e788944b7686aac898f77df4e9a54da0ca694b8801bd6b2a9ffc1b3085e",
"strip_prefix": "protobuf-3.19.2",
"archive": "v3.19.6.tar.gz",
"sha256": "9a301cf94a8ddcb380b901e7aac852780b826595075577bb967004050c835056",
"strip_prefix": "protobuf-3.19.6",
"urls": [
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.19.2.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v3.19.2.tar.gz",
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.19.6.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v3.19.6.tar.gz",
],
"patch_args": ["-p1"],
"patches": ["//third_party/protobuf:3.19.2.patch"],
Expand Down

0 comments on commit e57fcfb

Please sign in to comment.