derrickaw commented on code in PR #34860:
URL: https://github.com/apache/beam/pull/34860#discussion_r2105279858
##########
sdks/java/io/expansion-service/build.gradle:
##########
@@ -33,6 +33,9 @@ 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 org.apache.parquet:parquet-avro to a non-vulnerable version
compatible.
+ resolutionStrategy.force 'org.apache.parquet:parquet-avro:1.15.1'
Review Comment:
Thanks. Its covered now by another PR -
https://github.com/apache/beam/pull/35037
--
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]