danepitkin opened a new issue, #43437: URL: https://github.com/apache/arrow/issues/43437
### Describe the enhancement requested After migrating to Java 11, we see this warning: ``` [WARNING] * Required filename-based automodules detected: [protobuf-java-3.25.1.jar, protobuf-java-util-3.25.1.jar]. Please don't publish this project to a public artifact repository! * ``` We should upgrade to a version of protobuf that includes the `Automatic-Module-Name`, which prevents downstream projects from experiencing dependency version conflicts. ### Component(s) Java -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org