This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new a5bcd45  chore: update avro-cpp for fixes from the upstream (#76)
a5bcd45 is described below

commit a5bcd45b0ad866ba392f90edf54be0cf40ba1847
Author: Gang Wu <[email protected]>
AuthorDate: Wed Apr 16 04:34:49 2025 +0800

    chore: update avro-cpp for fixes from the upstream (#76)
---
 cmake_modules/IcebergThirdpartyToolchain.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_modules/IcebergThirdpartyToolchain.cmake 
b/cmake_modules/IcebergThirdpartyToolchain.cmake
index b2e2a55..1394fb1 100644
--- a/cmake_modules/IcebergThirdpartyToolchain.cmake
+++ b/cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -153,7 +153,7 @@ function(resolve_avro_dependency)
                        ${FC_DECLARE_COMMON_OPTIONS}
                        # TODO: switch to Apache Avro 1.13.0 once released.
                        GIT_REPOSITORY https://github.com/apache/avro.git
-                       GIT_TAG c75e6d59fbacd05df666665d9c8b7e3274cf0399
+                       GIT_TAG 1305509ace25931b3373d35daf47bc48238455b6
                        SOURCE_SUBDIR
                        lang/c++
                        FIND_PACKAGE_ARGS

Reply via email to