From 04ec0534318887c6b31346c5d38e587105a97af1 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Wed, 9 Apr 2025 05:10:43 +0000 Subject: [PATCH] Update Google Benchmark to 1.9.2 --- SECURITY.md | 4 ++-- benchmark/CMakeLists.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 1c04b0903..3d6aa3ee5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,5 @@ @@ -13,5 +13,5 @@ If you identify a vulnerability then please report the issue to the Arm Product Scripts within this project may download and patch third party sources. These third party sources are: * Google Test 1.12.1. -* Google Benchmark 1.8.3. +* Google Benchmark 1.9.2. * OpenCV 4.11.0 (and its dependencies) diff --git a/benchmark/CMakeLists.txt b/benchmark/CMakeLists.txt index 5e79c0c4e..ee9b776f7 100644 --- a/benchmark/CMakeLists.txt +++ b/benchmark/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Arm Limited and/or its affiliates +# SPDX-FileCopyrightText: 2024 - 2025 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 @@ -17,8 +17,8 @@ include(FetchContent) # Please update SECURITY.md if adding, removing or changing the version of third party content. FetchContent_Declare( benchmark - URL https://github.com/google/benchmark/archive/refs/tags/v1.8.3.tar.gz - URL_HASH SHA256=6bc180a57d23d4d9515519f92b0c83d61b05b5bab188961f36ac7b06b0d9e9ce + URL https://github.com/google/benchmark/archive/refs/tags/v1.9.2.tar.gz + URL_HASH SHA256=409075176168dc46bbb81b74c1b4b6900385b5d16bfc181d678afb060d928bd3 ) FetchContent_MakeAvailable(benchmark) -- GitLab