Copilot commented on code in PR #7282: URL: https://github.com/apache/texera/pull/7282#discussion_r3707221760
########## amber/LICENSE-binary-java: ########## Review Comment: The `google-http-client` modules are now mixed across versions (`1.43.3` for core/gson, but `1.42.3` for `google-http-client-apache-v2`). This kind of intra-family version skew commonly leads to dependency evictions or runtime incompatibilities. Please align `google-http-client-apache-v2` to the same version as the other `google-http-client` artifacts (or, if it truly remains `1.42.3` in the resolved dependency graph, update the surrounding entries so the LICENSE inventory accurately matches what is shipped). -- 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]
