Skip to content

Commit 4cdbba4

Browse files
committed
config: bump checkstyle to 9.1 version
1 parent 468977f commit 4cdbba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eclipsecs-sevntu-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</licenses>
2727

2828
<properties>
29-
<eclipsecs.version>8.44.0-SNAPSHOT</eclipsecs.version>
29+
<eclipsecs.version>9.1.0-SNAPSHOT</eclipsecs.version>
3030
</properties>
3131

3232
<dependencies>

sevntu-checks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<properties>
1717
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
1818
<!-- It is compile dependency to checkstyle, this version has to be the same as eclipse-cs depends on -->
19-
<checkstyle.eclipse-cs.version>8.44</checkstyle.eclipse-cs.version>
19+
<checkstyle.eclipse-cs.version>9.1</checkstyle.eclipse-cs.version>
2020
<!-- verify time version -->
2121
<checkstyle.version>9.2.1</checkstyle.version>
2222
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_checks.xml</checkstyle.configLocation>

0 commit comments

Comments
 (0)