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 3e2e7744d chore(deps): bump Google Snappy to v1.2.2 (#2854)
3e2e7744d is described below
commit 3e2e7744d1c8ccfb0ac0ca8e129ea1ab7bfaecb2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Mar 27 05:40:54 2025 +0300
chore(deps): bump Google Snappy to v1.2.2 (#2854)
---
cmake/snappy.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/snappy.cmake b/cmake/snappy.cmake
index d62a506df..fb9d49d19 100644
--- a/cmake/snappy.cmake
+++ b/cmake/snappy.cmake
@@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(snappy
- google/snappy 1.2.1
- MD5=b120895e012e097b86bf49e0ef9ca67c
+ google/snappy 1.2.2
+ MD5=b94a97c832cd800d0bab7d98ba94b921
)
FetchContent_MakeAvailableWithArgs(snappy