aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorjuerg <juerg@google.com>2022-01-20 11:59:11 -0800
committerCopybara-Service <copybara-worker@google.com>2022-01-20 11:59:55 -0800
commitf1dd736c2af9628ec0aa6434c3312f517d94a841 (patch)
tree7216c6cb9a9e6c43ac6674491f13617dc045d3fa /cmake
parent7f5e6090e3ae73d016cc6314283a1c2fc3eb38dc (diff)
downloadtink-f1dd736c2af9628ec0aa6434c3312f517d94a841.tar.gz
Update protobuf to v3.19.3.
The dependencies in examples_java_deps_init needed to be updated to work with this version of protobuf. Also, add some explicit six requirements. This was not required until now because protobuf depends on six, and most targets imported protobuf. But the new protobuf version how does not require six anymore, but absl-py still depends on it and the build would break if I don't add this requirement explicitly. But soon, the six dependency will also be removed from absl-py. PiperOrigin-RevId: 423124555
Diffstat (limited to 'cmake')
-rw-r--r--cmake/TinkWorkspace.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/TinkWorkspace.cmake b/cmake/TinkWorkspace.cmake
index a19b2d49f..04a3a5729 100644
--- a/cmake/TinkWorkspace.cmake
+++ b/cmake/TinkWorkspace.cmake
@@ -99,7 +99,7 @@ set(protobuf_BUILD_EXAMPLES OFF CACHE BOOL "Tink dependency override" FORCE)
http_archive(
NAME com_google_protobuf
- URL https://github.com/protocolbuffers/protobuf/archive/v3.17.3.zip
- SHA256 528927e398f4e290001886894dac17c5c6a2e5548f3fb68004cfb01af901b53a
+ URL https://github.com/protocolbuffers/protobuf/archive/v3.19.3.zip
+ SHA256 6b6bf5cd8d0cca442745c4c3c9f527c83ad6ef35a405f64db5215889ac779b42
CMAKE_SUBDIR cmake
)