Abacn commented on PR #32770: URL: https://github.com/apache/beam/pull/32770#issuecomment-2532883241
I found the fix isn't effective, due to a logic in BeamModulePlugin here: https://github.com/apache/beam/blob/76bcec0086cf0137d2ea6c6259eadc15456e96bc/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1268 which we get ``` force "org.apache.avro:avro:1.11.4" force "org.apache.avro:avro:1.11.3:tests" ``` and one always get avro:1.11.3 -- 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]
