Skip to content

Commit a2f9fb8

Browse files
authored
pin avro 1.12.0 in expansion service (#36092)
1 parent fe188e3 commit a2f9fb8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 6
3+
"modification": 1
44
}

sdks/java/io/expansion-service/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ applyJavaNature(
3535
configurations.runtimeClasspath {
3636
// Pin kafka-clients version due to <3.4.0 missing auth callback classes.
3737
resolutionStrategy.force 'org.apache.kafka:kafka-clients:3.9.0'
38-
// Pin avro to 1.11.4 due to https://github.com/apache/beam/issues/34968
39-
// cannot upgrade this to the latest version due to https://github.com/apache/beam/issues/34993
40-
resolutionStrategy.force 'org.apache.avro:avro:1.11.4'
38+
// iceberg needs avro:1.12.0
39+
resolutionStrategy.force 'org.apache.avro:avro:1.12.0'
4140
// force parquet-avro:1.15.2 to fix CVE-2025-46762
4241
resolutionStrategy.force 'org.apache.parquet:parquet-avro:1.15.2'
4342

0 commit comments

Comments
 (0)