@@ -127,15 +127,15 @@ endif ()
127127FetchContent_Declare(
128128 GoogleTest
129129 GIT_REPOSITORY https://github.com/google/googletest.git
130- GIT_TAG v1.15.2
130+ GIT_TAG v1.17.0
131131)
132132FetchContent_MakeAvailable(GoogleTest)
133133
134134# Google Benchmark
135135FetchContent_Declare(
136136 GoogleBenchmark
137137 GIT_REPOSITORY https://github.com/google/benchmark.git
138- GIT_TAG v1.9.1
138+ GIT_TAG v1.9.4
139139)
140140
141141# Suppress building tests/docs/etc. for faster builds:
@@ -235,7 +235,7 @@ endif ()
235235FetchContent_Declare(
236236 VictorZverovichFMT
237237 GIT_REPOSITORY https://github.com/fmtlib/fmt.git
238- GIT_TAG 11.1.2
238+ GIT_TAG 11.2.0
239239)
240240FetchContent_MakeAvailable(VictorZverovichFMT)
241241
@@ -271,7 +271,7 @@ FetchContent_MakeAvailable(MetaLibUnifEx)
271271FetchContent_Declare(
272272 AshVardanianStringZilla
273273 GIT_REPOSITORY https://github.com/ashvardanian/stringzilla
274- GIT_TAG v3.12.5
274+ GIT_TAG v3.12.6
275275)
276276FetchContent_MakeAvailable(AshVardanianStringZilla)
277277
@@ -288,23 +288,23 @@ FetchContent_MakeAvailable(HanaDusikovaCTRE)
288288FetchContent_Declare(
289289 GoogleAbseil
290290 GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git
291- GIT_TAG 20240722.0 # LTS version
291+ GIT_TAG 20250512.1 # LTS version
292292)
293293FetchContent_MakeAvailable(GoogleAbseil)
294294
295295# Niels Lohmann's JSON for modern JSON parsing
296296FetchContent_Declare(
297297 NielsLohmannJSON
298298 GIT_REPOSITORY https://github.com/nlohmann/json.git
299- GIT_TAG v3.11.3
299+ GIT_TAG v3.12.0
300300)
301301FetchContent_MakeAvailable(NielsLohmannJSON)
302302
303303# Yaoyuan Guo's YYJSON for more flexible & performant C-style parsing
304304FetchContent_Declare(
305305 YaoyuanGuoYYJSON
306306 GIT_REPOSITORY https://github.com/ibireme/yyjson.git
307- GIT_TAG 0.10.0
307+ GIT_TAG 0.11.1
308308)
309309FetchContent_MakeAvailable(YaoyuanGuoYYJSON)
310310
0 commit comments