This is an automated email from the ASF dual-hosted git repository.
ahmedabualsaud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new a2f9fb8e992 pin avro 1.12.0 in expansion service (#36092)
a2f9fb8e992 is described below
commit a2f9fb8e99241313bf3a0957a6aac9c24a8217b3
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Mon Sep 8 22:44:52 2025 -0400
pin avro 1.12.0 in expansion service (#36092)
---
.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Direct.json | 2 +-
sdks/java/io/expansion-service/build.gradle | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Direct.json
b/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Direct.json
index 455144f02a3..e3d6056a5de 100644
--- a/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Direct.json
+++ b/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Direct.json
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to
run",
- "modification": 6
+ "modification": 1
}
diff --git a/sdks/java/io/expansion-service/build.gradle
b/sdks/java/io/expansion-service/build.gradle
index f115ea5c646..08c3f2b051d 100644
--- a/sdks/java/io/expansion-service/build.gradle
+++ b/sdks/java/io/expansion-service/build.gradle
@@ -35,9 +35,8 @@ applyJavaNature(
configurations.runtimeClasspath {
// Pin kafka-clients version due to <3.4.0 missing auth callback classes.
resolutionStrategy.force 'org.apache.kafka:kafka-clients:3.9.0'
- // Pin avro to 1.11.4 due to https://github.com/apache/beam/issues/34968
- // cannot upgrade this to the latest version due to
https://github.com/apache/beam/issues/34993
- resolutionStrategy.force 'org.apache.avro:avro:1.11.4'
+ // iceberg needs avro:1.12.0
+ resolutionStrategy.force 'org.apache.avro:avro:1.12.0'
// force parquet-avro:1.15.2 to fix CVE-2025-46762
resolutionStrategy.force 'org.apache.parquet:parquet-avro:1.15.2'