FrankChen021 commented on PR #20284: URL: https://github.com/apache/druid/pull/20284#issuecomment-5581065061
Addressed in commit e08c5c96773. The five failed jobs were deterministic Maven Enforcer failures in druid-google-extensions: google-cloud-storage 2.73.0 brings google-cloud-core 2.75.0 and gax 2.85.0, while the extension still directly pinned 2.74.0 and 2.84.0. Updated those direct pins and the embedded-tests google-cloud-core pin to 2.75.0. Focused enforcer validation passes for both modules, and the dependency tree resolves the aligned core/core-http/core-grpc 2.75.0 and gax/gax-httpjson/gax-grpc 2.85.0 families. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
