Skip to content

Commit

Permalink
Bump test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Feb 7, 2025
1 parent 7ee3aab commit a0c93d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.15.2
GIT_TAG v1.16.0
GIT_SHALLOW TRUE
)

Expand All @@ -19,7 +19,7 @@ FetchContent_Declare(
FetchContent_Declare(
hdf5
GIT_REPOSITORY https://github.com/HDFGroup/hdf5.git
GIT_TAG hdf5_1.14.4.3
GIT_TAG hdf5_1.14.5
GIT_SHALLOW TRUE
)

Expand Down

0 comments on commit a0c93d5

Please sign in to comment.