@@ -25,7 +25,7 @@ include(FetchContent)
2525# Googletest
2626FetchContent_Declare(googletest
2727 GIT_REPOSITORY https://github.com/google/googletest.git
28- GIT_TAG b1fbd33c06cdb0024c67733c6fdec2009d17b384 # 2020 -11-24
28+ GIT_TAG 9ca071b6e55568dff6960bebe1a5cfaa180fb3ce # 2021 -11-10
2929)
3030FetchContent_MakeAvailable(googletest)
3131binexport_check_target(gtest)
@@ -35,7 +35,7 @@ binexport_check_target(gmock)
3535# Abseil
3636FetchContent_Declare(absl
3737 GIT_REPOSITORY https://github.com/abseil/abseil-cpp
38- GIT_TAG 592924480acf034aec0454160492a20bccdbdf3e # 2020-12-01
38+ GIT_TAG f2dbd918d8d08529800eb72f23bd2829f92104a4 # 2021-11-11
3939)
4040set (ABSL_CXX_STANDARD ${CMAKE_CXX_STANDARD} CACHE STRING "" FORCE)
4141set (ABSL_USE_EXTERNAL_GOOGLETEST ON CACHE BOOL "" FORCE)
@@ -45,7 +45,7 @@ binexport_check_target(absl::core_headers)
4545# Protocol Buffers
4646FetchContent_Declare(protobuf
4747 GIT_REPOSITORY https://github.com/protocolbuffers/protobuf.git
48- GIT_TAG e8906e4ecd9e75f7c438afc317c99f82441c138a # 2020-12-02
48+ GIT_TAG 47e05427e3341c9b18fff047e7d9f79af0dafe9b # 2021-11-11
4949 GIT_SUBMODULES "cmake" # Workaround for CMake #20579
5050 SOURCE_SUBDIR cmake
5151)
@@ -64,11 +64,11 @@ if(BINEXPORT_ENABLE_BINARYNINJA)
6464 if (BINEXPORT_BINARYNINJA_CHANNEL STREQUAL "stable" )
6565 set (_binexport_binaryninjacore_suffix "_stable" )
6666 set (_binexport_binaryninja_git_tag
67- "d5e3e8b3141fc742b0004a7c9549b28a33db18d0 " ) # 2021-02-24
67+ "8b5e9d9f10e9e78a3093e41bf0a03073fcbfb1f8 " ) # 2021-06-03
6868 else ()
6969 set (_binexport_binaryninjacore_suffix "" )
7070 set (_binexport_binaryninja_git_tag
71- "a39ee992ab54eddb4ce06c41e8d552e55bf4e0b2 " ) # 2021-04-08
71+ "fb0924a21fcc43f716524d172c7f64249d0e77fd " ) # 2021-11-12
7272 endif ()
7373 FetchContent_Declare(binaryninjaapi
7474 GIT_REPOSITORY https://github.com/Vector35/binaryninja-api.git
0 commit comments