Maven plugin that makes sure that Maven dependency are not accidentaly changed. - vandmo/dependency-lock-maven-plugin
mvn se.vandmo:dependency-lock-maven-plugin:lockwill create a file nameddependencies-lock.jsonby default. You should then commit that file to your source control of choice. Choose between JSON format and POM XML format. The latter is more verbose but will be detected by Dependabot Security Al...