You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can do this today using a resolutionStrategy. That offers more control as you can inspect the current version and the candidate selection. There is the short form below and an expanded block where you can specify the reject reason for different dependencies.
The version strings in the ecosystem varies and some do not follow Maven's version conventions or semver. For example, I've seen some use even / odd version numbers to denote stable and beta releases. Instead we make sure you have the flexibility to define the logic for what your build needs, which likely will be mostly semver, but don't provide out-of-the-box that breaks and causes users wanting us to chase down bugs from 3rd parties.
Sometimes major updates require update of Java runtime version or introduce other breaking changes and therefore they are not always possible.
See https://www.mojohaus.org/versions/versions-maven-plugin/update-property-mojo.html#allowMajorUpdates
Relates to #841
The text was updated successfully, but these errors were encountered: