lidavidm commented on code in PR #41646:
URL: https://github.com/apache/arrow/pull/41646#discussion_r1642064378
##########
java/dataset/pom.xml:
##########
@@ -25,6 +25,8 @@
<arrow.cpp.build.dir>../../../cpp/release-build/</arrow.cpp.build.dir>
<parquet.version>1.13.1</parquet.version>
<avro.version>1.11.3</avro.version>
+ <substrait.version>0.31.0</substrait.version>
+ <protobuf.version>3.25.3</protobuf.version>
Review Comment:
Hmm, I won't force it here. @vibhatha that would be an idea for future
cleanup though - try to make sure we use dependencyManagement and BOM (where
available) for all dependencies instead of declaring dependencies ad-hoc inside
each individual module.
--
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]