nastra opened a new pull request, #9484:
URL: https://github.com/apache/iceberg/pull/9484

   I've noticed that we were silently using Flink 1.18.1 because a new patch 
version was just released, which caused a [test to 
fail](https://github.com/apache/iceberg/actions/runs/7538529758/job/20520887186).
 This is because of how `strictly` and `prefer` (or even `require`) version 
definitions work.
   According to https://docs.gradle.org/current/userguide/rich_versions.html 
Gradle would select a patch version as long as it matches the version range 
defined in `strictly`, which isn't necessarily what we want for those libraries.
   I've changed them all to not use version ranges.


-- 
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]

Reply via email to