Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submodule version #192

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading