diff --git a/Dependencies.txt b/Dependencies.txt index f9bd9cdb2c..8af76a92f8 100644 --- a/Dependencies.txt +++ b/Dependencies.txt @@ -9,7 +9,7 @@ Clp=1.17.7 Cgl=0.60.5 Cbc=2.10.7 GLPK=5.0 -HiGHS=v1.7.1 +HiGHS=v1.7.2 Scip=v900 # Python pybind11=v2.12.0 diff --git a/WORKSPACE b/WORKSPACE index 2aef8da265..a70b816cd2 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -156,7 +156,7 @@ cc_library( git_repository( name = "highs", - branch = "v1.7.1", + branch = "v1.7.2", remote = "https://github.com/ERGO-Code/HiGHS.git", ) diff --git a/cmake/dependencies/CMakeLists.txt b/cmake/dependencies/CMakeLists.txt index 40a6f54e99..3d67de9f1d 100644 --- a/cmake/dependencies/CMakeLists.txt +++ b/cmake/dependencies/CMakeLists.txt @@ -248,7 +248,7 @@ if(BUILD_HIGHS) FetchContent_Declare( highs GIT_REPOSITORY "https://github.com/ERGO-Code/HiGHS.git" - GIT_TAG "v1.7.1" + GIT_TAG "v1.7.2" GIT_SHALLOW TRUE #PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/highs.patch" )