Skip to content

2.14.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 14:31
· 117 commits to refs/heads/master since this release
2.14.2
374ddab

Changes

🚀 New features and improvements

  • Add a simple cache for ComparableVersions (#870) @TobiX

🐛 Bug Fixes

  • Resolves #872: Make allowSnapshots an explicit argument in lookupDependencyUpdates and in reports (#873) @ajarmoniuk
  • Fixes #866: Require maven 3.2.5 (#867) @ajarmoniuk
  • Resolves #850: Protecting the display-plugin-updates mojo against a NPE in case the effective version of a plugin is not resolved (#862) @ajarmoniuk
  • Resolves #855: Set should evaluate expressions (#856) @ajarmoniuk
  • Removes parallelStream use with non-thread safe collectors (#861) @ajarmoniuk
  • #858 Fix child module resolution for multi-level projects (#859) @corebonts

📦 Dependency updates

👻 Maintenance