Upgraded dependencies and new dependency structure #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The dependencies of fagi has been upgraded to newest stable version that does not cause conflicts.
Gradle
Gradle has been upgraded to version 8.14.3 which is the latest version in major version 8. Major version 9 of gradle is blocked until pitest plugin version 1.19 or later comes out as that should support gradle 9.
libs.versions.toml
To avoid the potential for sub-modules using different versions of the same dependency (mainly in test) a libs.versions.toml has been introduced to define all our dependencies. This also makes it easier to upgrade most of our 3rd party dependencies as they will be defined here.
Only exception to this should be plugins used by our buildSrc as that does not support the usage of libs.versions.toml.
3rd party dependencies and plugins
All dependencies and plugins that had newer stable versions have been upgraded. This is to get the latest bug-fixes.