gviedma commented on code in PR #15437: URL: https://github.com/apache/pinot/pull/15437#discussion_r2027407183
########## pom.xml: ########## @@ -271,6 +271,24 @@ <ivy.version>2.5.3</ivy.version> <c3p0.version>0.11.0-pre2</c3p0.version> <mchange-commons-java.version>0.3.2</mchange-commons-java.version> + <checker-qual.version>3.49.2</checker-qual.version> Review Comment: It would be good to pin the version of com.google.api.grpc:proto-google-common-protos as well. This is a transitive dependency for which we have no way to override the version today. Alternatively, we could where this is getting pulled in and overriding the version defined in io.grpc:grpc-protobuf. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org