This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new ec8dc6f98 ORC-1827: [C++] Update ZLIB to 1.3.1
ec8dc6f98 is described below
commit ec8dc6f9865aa3a701701a0a76f571c3013729a0
Author: William Hyun <[email protected]>
AuthorDate: Sun Jan 5 11:10:32 2025 -0800
ORC-1827: [C++] Update ZLIB to 1.3.1
### What changes were proposed in this pull request?
This PR aims to update ZLIB to 1.3.1.
### Why are the changes needed?
To use the latest version.
- https://www.zlib.net/ChangeLog.txt
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2102 from williamhyun/ORC-1827.
Authored-by: William Hyun <[email protected]>
Signed-off-by: William Hyun <[email protected]>
---
cmake_modules/ThirdpartyToolchain.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake_modules/ThirdpartyToolchain.cmake
b/cmake_modules/ThirdpartyToolchain.cmake
index 29ec4d76d..a9c9bb146 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -22,7 +22,7 @@ set(ORC_INSTALL_INTERFACE_TARGETS)
set(ORC_FORMAT_VERSION "1.0.0")
set(LZ4_VERSION "1.9.3")
set(SNAPPY_VERSION "1.2.1")
-set(ZLIB_VERSION "1.2.11")
+set(ZLIB_VERSION "1.3.1")
set(GTEST_VERSION "1.12.1")
set(PROTOBUF_VERSION "3.5.1")
set(ZSTD_VERSION "1.5.5")