nastra commented on code in PR #7694: URL: https://github.com/apache/iceberg/pull/7694#discussion_r1273039318
########## gradle/libs.versions.toml: ########## @@ -1,3 +1,8 @@ +# Rich versions are used for better compatatbility with GitHub's automated dependency tools(such as Dependabot and Renovate), Review Comment: ```suggestion # Rich versions are used for better compatibility with GitHub's automated dependency tools (such as Dependabot and Renovate). ``` ########## gradle/libs.versions.toml: ########## @@ -1,3 +1,8 @@ +# Rich versions are used for better compatatbility with GitHub's automated dependency tools(such as Dependabot and Renovate), +# dependabot won't try to allign different versions of the same library if we use rich versions, Review Comment: ```suggestion # Without a rich version definition, dependabot will try to align different versions of the same library. ``` I think the remaining two lines can then be removed -- 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]
