When using the use-latest-versions goal, we can pass an "includes" (or "includesList") parameter to limit the list of artefacts to update.
This filtering works fine, but, the plugin is losing a lot of time searching for updates for ALL dependences, then limiting the found updates.
This is a waste of time, can we not first limit the list, then search for any updates for the filtered list?