The Apache Maven team is pleased to announce the release of the Maven
Checkstyle Plugin, version 3.3.0.
https://maven.apache.org/plugins/maven-checkstyle-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>>maven-checkstyle-plugin</artifactId>
<version>3.3.0</version>
</plugin>
Release Notes - Maven Checkstyle Plugin - Version 3.3.0
The Apache Maven team is pleased to announce the release of the Maven
Dependency Plugin version 3.6.0.
https://maven.apache.org/plugins/maven-dependency-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
</plugin>
Release Notes - Maven Dependency Plugin - Version 3.6.0
** Improvement
* [MCHECKSTYLE-436] - Replace CheckstyleReportGenerator with a new
CheckstyleReportRenderer
** Task
* [MCHECKSTYLE-435] - Remove deprecated RSS feature
** Dependency upgrade
* [MCHECKSTYLE-428] - Upgrade parent POM to version 39
* [MCHECKSTYLE-434] - Upgrade plugins and components (in ITs)
Enjoy,
-The Apache Maven team