Skip to content

Commit 89e72b3

Browse files
committed
Make: Bump dependencies
1 parent c0a3b12 commit 89e72b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ endif ()
127127
FetchContent_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
)
132132
FetchContent_MakeAvailable(GoogleTest)
133133

134134
# Google Benchmark
135135
FetchContent_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 ()
235235
FetchContent_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
)
240240
FetchContent_MakeAvailable(VictorZverovichFMT)
241241

@@ -271,7 +271,7 @@ FetchContent_MakeAvailable(MetaLibUnifEx)
271271
FetchContent_Declare(
272272
AshVardanianStringZilla
273273
GIT_REPOSITORY https://github.com/ashvardanian/stringzilla
274-
GIT_TAG v3.12.5
274+
GIT_TAG v3.12.6
275275
)
276276
FetchContent_MakeAvailable(AshVardanianStringZilla)
277277

@@ -288,23 +288,23 @@ FetchContent_MakeAvailable(HanaDusikovaCTRE)
288288
FetchContent_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
)
293293
FetchContent_MakeAvailable(GoogleAbseil)
294294

295295
# Niels Lohmann's JSON for modern JSON parsing
296296
FetchContent_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
)
301301
FetchContent_MakeAvailable(NielsLohmannJSON)
302302

303303
# Yaoyuan Guo's YYJSON for more flexible & performant C-style parsing
304304
FetchContent_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
)
309309
FetchContent_MakeAvailable(YaoyuanGuoYYJSON)
310310

0 commit comments

Comments
 (0)