Skip to content

Commit

Permalink
Update submodule pointer (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot authored May 13, 2024
1 parent 59875a9 commit cc53592
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/cmock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()

FetchContent_Declare(
cmock GIT_REPOSITORY https://github.com/ThrowTheSwitch/CMock.git
GIT_TAG afa294982e8a28bc06f341cc77fd4276641b42bd
GIT_TAG v2.5.3
)

FetchContent_GetProperties(
Expand Down
4 changes: 2 additions & 2 deletions tools/mbedtls.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(FetchContent)

set(FETCHCONTENT_QUIET OFF)

set(MBEDTLS_2_VERSION 2.28.3)
set(MBEDTLS_2_VERSION 2.28.8)

FetchContent_Declare(
mbedtls_2
Expand Down Expand Up @@ -52,7 +52,7 @@ if(NOT TARGET MbedTLS2_mbedtls)
add_library(MbedTLS2::interface ALIAS MbedTLS2_interface)
endif()

set(MBEDTLS_3_VERSION 3.5.1)
set(MBEDTLS_3_VERSION 3.6.0)

FetchContent_Declare(
mbedtls_3
Expand Down
2 changes: 1 addition & 1 deletion tools/unity.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(FetchContent)

FetchContent_Declare(
unity GIT_REPOSITORY https://github.com/ThrowTheSwitch/unity.git GIT_TAG v2.5.1
unity GIT_REPOSITORY https://github.com/ThrowTheSwitch/unity.git GIT_TAG v2.6.0
)

FetchContent_GetProperties(
Expand Down

0 comments on commit cc53592

Please sign in to comment.