Skip to content

Commit 6f1f61f

Browse files
holgerfriedrichwborn
authored andcommitted
Upgrade checkstyle to 10.26.1
Upgrade checkstyle from 10.25.0 to 10.26.1 Changlog: https://github.com/checkstyle/checkstyle/releases/ Signed-off-by: Holger Friedrich <[email protected]>
1 parent 41d3a92 commit 6f1f61f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<mockito.version>4.10.0</mockito.version>
6868
<maven.resources.version>3.3.1</maven.resources.version>
6969
<pmd.version>7.16.0</pmd.version>
70-
<checkstyle.version>10.25.0</checkstyle.version>
70+
<checkstyle.version>10.26.1</checkstyle.version>
7171
<spotbugs.version>4.9.3</spotbugs.version>
7272
<maven.core.version>3.9.9</maven.core.version>
7373
<maven.plugin.api.version>3.9.9</maven.plugin.api.version>

sat-plugin/src/main/java/org/openhab/tools/analysis/tools/CheckstyleChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.25.0"));
121+
checkstylePlugins.add(dependency("com.puppycrawl.tools", "checkstyle", "10.26.1"));
122122
checkstylePlugins.forEach(logDependency());
123123

124124
String baseDir = mavenProject.getBasedir().toString();

0 commit comments

Comments
 (0)