This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 6d726cc8d chore(deps): bump oneTBB to v2022.2.0 (#3043)
6d726cc8d is described below

commit 6d726cc8d682661cbcbdb2204cc60bdf7d587d43
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jul 1 13:40:20 2025 +0300

    chore(deps): bump oneTBB to v2022.2.0 (#3043)
---
 cmake/tbb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake
index d2badda36..bb54a00a2 100644
--- a/cmake/tbb.cmake
+++ b/cmake/tbb.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(tbb
-  uxlfoundation/oneTBB v2022.1.0
-  MD5=4a8940795f7e414727a1c443b94fd686
+  uxlfoundation/oneTBB v2022.2.0
+  MD5=b00d733b2adf0fba1d33855689631b4d
 )
 
 FetchContent_MakeAvailableWithArgs(tbb

Reply via email to