This is an automated email from the ASF dual-hosted git repository.
brycemecum pushed a change to branch maint-18.1.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 0d69542a0f MINOR: [Java] Bump org.cyclonedx:cyclonedx-maven-plugin
from 2.8.2 to 2.9.0 in /java (#44401)
new 90bfa2c381 GH-44432: [Swift] Use flatbuffers v24.3.7 (#44433)
new ac81eed117 GH-44455: [C++] Update vendored date to 3.0.3 (#44482)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ci/appveyor-cpp-build.bat | 2 +-
cpp/src/arrow/CMakeLists.txt | 4 +-
.../{flight/sql/api.h => vendored/datetime.cpp} | 5 +-
cpp/src/arrow/vendored/datetime.h | 7 +-
cpp/src/arrow/vendored/datetime/README.md | 12 +-
cpp/src/arrow/vendored/datetime/date.h | 7 +-
cpp/src/arrow/vendored/datetime/ios.h | 7 +-
cpp/src/arrow/vendored/datetime/ios.mm | 7 +-
cpp/src/arrow/vendored/datetime/tz.cpp | 401 ++++++++++++++++-----
cpp/src/arrow/vendored/datetime/tz.h | 43 ++-
cpp/src/arrow/vendored/datetime/tz_private.h | 7 +-
.../{double-conversion => datetime}/update.sh | 33 +-
cpp/src/arrow/vendored/datetime/visibility.h | 8 +-
cpp/src/gandiva/precompiled/CMakeLists.txt | 2 +-
swift/Arrow/Package.swift | 6 +-
15 files changed, 385 insertions(+), 166 deletions(-)
copy cpp/src/arrow/{flight/sql/api.h => vendored/datetime.cpp} (93%)
copy cpp/src/arrow/vendored/{double-conversion => datetime}/update.sh (67%)