diff --git a/CMake/resolve_dependency_modules/README.md b/CMake/resolve_dependency_modules/README.md index a009f25d3d7d..d6595ff88685 100644 --- a/CMake/resolve_dependency_modules/README.md +++ b/CMake/resolve_dependency_modules/README.md @@ -23,7 +23,7 @@ by Velox. See details on bundling below. | zstd | default | No | | openssl | default | No | | protobuf | 21 (exact) | Yes | -| boost | 1.77.0 | Yes | +| boost | 1.84.0 | Yes | | flex | 2.5.13 | No | | bison | 3.0.4 | No | | cmake | 3.14 | No | diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f372dfcc37e..e6124b9bb645 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -375,7 +375,7 @@ set(BOOST_INCLUDE_LIBRARIES thread) set_source(Boost) -resolve_dependency(Boost 1.77.0 COMPONENTS ${BOOST_INCLUDE_LIBRARIES}) +resolve_dependency(Boost 1.84.0 COMPONENTS ${BOOST_INCLUDE_LIBRARIES}) # Range-v3 will be enable when the codegen code actually lands keeping it here # for reference. find_package(range-v3)