Skip to content

Commit

Permalink
ORC-1827: [C++] Update ZLIB to 1.3.1
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
williamhyun committed Jan 5, 2025
1 parent 6571e22 commit ec8dc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ec8dc6f

Please sign in to comment.