File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sat-plugin/src/main/java/org/openhab/tools/analysis/tools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565 <mockito .version>4.10.0</mockito .version>
6666 <maven .resources.version>3.4.0</maven .resources.version>
6767 <pmd .version>7.19.0</pmd .version>
68- <checkstyle .version>10.26.1 </checkstyle .version>
68+ <checkstyle .version>12.3.0 </checkstyle .version>
6969 <spotbugs .version>4.9.8</spotbugs .version>
7070 <maven .core.version>3.9.12</maven .core.version>
7171 <maven .plugin.api.version>3.9.12</maven .plugin.api.version>
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public void execute() throws MojoExecutionException {
118118
119119 checkstylePlugins .add (dependency ("org.openhab.tools.sat.custom-checks" , "checkstyle" , plugin .getVersion ()));
120120 // Maven may load an older version, if no version is specified
121- checkstylePlugins .add (dependency ("com.puppycrawl.tools" , "checkstyle" , "10.26.1 " ));
121+ checkstylePlugins .add (dependency ("com.puppycrawl.tools" , "checkstyle" , "12.3.0 " ));
122122 checkstylePlugins .forEach (logDependency ());
123123
124124 String baseDir = mavenProject .getBasedir ().toString ();
You can’t perform that action at this time.
0 commit comments