Fork me on GitHub

Project Summary

Project Information

Field Value
Name dependency-versions-check-maven-plugin
Description The dependency-versions-check plugin verifies that all resolved versions of artifacts are at least the versions specified by the project dependencies. The Maven dependency resolution process will substitute versions for the different artifacts in a dependency tree and sometimes chooses incompatible versions which leads to difficult to detect problems. This plugin resolves all dependencies and collects any requested version. It evaluates whether the resolved versions are compatible to the requested versions and reports possible conflicts.
Homepage https://basepom.github.io/dependency-versions-check-maven-plugin/

Project Organization

Field Value
Name The basepom project
URL https://github.com/basepom

Build Information

Field Value
GroupId org.basepom.maven
ArtifactId dependency-versions-check-maven-plugin
Version 4.0.1
Type maven-plugin
Java Version 11