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 67
67
<mockito .version>4.10.0</mockito .version>
68
68
<maven .resources.version>3.3.1</maven .resources.version>
69
69
<pmd .version>7.16.0</pmd .version>
70
- <checkstyle .version>10.25.0 </checkstyle .version>
70
+ <checkstyle .version>10.26.1 </checkstyle .version>
71
71
<spotbugs .version>4.9.3</spotbugs .version>
72
72
<maven .core.version>3.9.9</maven .core.version>
73
73
<maven .plugin.api.version>3.9.9</maven .plugin.api.version>
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public void execute() throws MojoExecutionException {
118
118
119
119
checkstylePlugins .add (dependency ("org.openhab.tools.sat.custom-checks" , "checkstyle" , plugin .getVersion ()));
120
120
// Maven may load an older version, if no version is specified
121
- checkstylePlugins .add (dependency ("com.puppycrawl.tools" , "checkstyle" , "10.25.0 " ));
121
+ checkstylePlugins .add (dependency ("com.puppycrawl.tools" , "checkstyle" , "10.26.1 " ));
122
122
checkstylePlugins .forEach (logDependency ());
123
123
124
124
String baseDir = mavenProject .getBasedir ().toString ();
You can’t perform that action at this time.
0 commit comments