File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
sdks/java/io/expansion-service Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "comment" : " Modify this file in a trivial way to cause this test suite to run" ,
3- "modification" : 6
3+ "modification" : 1
44}
Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ applyJavaNature(
3535configurations. 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
You can’t perform that action at this time.
0 commit comments