Skip to content

Commit ec8dc6f

Browse files
committed
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 <william@apache.org> Signed-off-by: William Hyun <william@apache.org>
1 parent 6571e22 commit ec8dc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(ORC_INSTALL_INTERFACE_TARGETS)
2222
set(ORC_FORMAT_VERSION "1.0.0")
2323
set(LZ4_VERSION "1.9.3")
2424
set(SNAPPY_VERSION "1.2.1")
25-
set(ZLIB_VERSION "1.2.11")
25+
set(ZLIB_VERSION "1.3.1")
2626
set(GTEST_VERSION "1.12.1")
2727
set(PROTOBUF_VERSION "3.5.1")
2828
set(ZSTD_VERSION "1.5.5")

0 commit comments

Comments
 (0)