Add this to your maven build plugin:
- Check to have only permissive OSS licenses
- Check for CVEs:
./mvnw clean org.sonatype.ossindex.maven:ossindex-maven-plugin:audit - Update dependency version:
./mvnw versions:update-properties; ./mvnw versions:use-latest-versions - Install the pre-commit hook to automtically run:
./mvnw spotless:apply
<plugin>
<groupId>org.honton.chas</groupId>