ahmedabu98 commented on code in PR #36092:
URL: https://github.com/apache/beam/pull/36092#discussion_r2331566241


##########
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'

Review Comment:
   We already worked through this when upgrading Iceberg (which also drops Java 
8). Note we specify `requireJavaVersion: JavaVersion.VERSION_11` at the top



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to