Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Won't Do
-
7.11.0, 8.2.0
-
None
-
None
Description
We should use Maven range version for 3rd party dependencies, e.g. [2.0.0,3.0.0).
This way Wicket will automatically use the latest released version of the dependency (without major upgrades).
This will help to avoid using vulnerable dependencies in Wicket releases.
The applications can always use a specific version of any dependency, i.e. upgrade or downgrade it, if needed.