I’m still using 8.2 in production, and I’ve never seen it replace the version. However, i use the following recommended strategy in maven projects.
1. Use variables for storing versions used in dependencies 2. Use the versions [1] plugin to identify new releases 3. Never use ranges, it’s not supported in maven 3 any more. [1]: https://www.mojohaus.org/versions-maven-plugin/ > On 28 Jul 2018, at 13:15, Tim Boudreau <[email protected]> wrote: > > I'm frequently annoyed by this too. Has a bug been filed? > > -Tim > -- > http://timboudreau.com
