Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(ORC_VENDOR_DEPENDENCIES)
set(ORC_SYSTEM_DEPENDENCIES)
set(ORC_INSTALL_INTERFACE_TARGETS)

set(ORC_FORMAT_VERSION "1.1.0")
set(ORC_FORMAT_VERSION "1.1.1")
set(LZ4_VERSION "1.10.0")
set(SNAPPY_VERSION "1.2.2")
set(ZLIB_VERSION "1.3.1")
Expand Down Expand Up @@ -146,7 +146,7 @@ else()
endif()
ExternalProject_Add (orc-format_ep
URL ${ORC_FORMAT_SOURCE_URL}
URL_HASH SHA256=d4a7ac76c5442abf7119e2cb84e71b677e075aff53518aa866055e2ead0450d7
URL_HASH SHA256=584dfe2a4202946178fd8fc7d1239be7805b9ed4596ab2042dee739e7880992b
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<maven.version>3.9.11</maven.version>

<mockito.version>5.10.0</mockito.version>
<orc-format.version>1.1.0</orc-format.version>
<orc-format.version>1.1.1</orc-format.version>
<!-- Build Properties -->
<project.build.outputTimestamp>2025-07-08T15:22:41Z</project.build.outputTimestamp>
<protobuf.version>3.25.8</protobuf.version>
Expand Down
Loading