Skip to content

Commit edab7b9

Browse files
committed
Issue #473: upgrade to checkstyle 10.8.1
1 parent 6fc010f commit edab7b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:
2121

2222
| Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk |
2323
|-------------------|-----------|-----------|------------|-----|
24+
| 10.8.1 | 9.0 | 9.0+ | 10.8.1 | 11 |
2425
| 10.8.0 | 9.0 | 9.0+ | 10.8.0 | 11 |
2526
| 10.7.0 | 9.0 | 9.0+ | 10.7.0 | 11 |
2627
| 10.6.0 | 9.0 | 9.0+ | 10.6.0 | 11 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</ciManagement>
9494

9595
<properties>
96-
<checkstyle.version>10.8.0</checkstyle.version>
96+
<checkstyle.version>10.8.1</checkstyle.version>
9797
<sonar.version>8.9.0.43852</sonar.version>
9898
<sonar-java.version>7.2.0.26923</sonar-java.version>
9999
<maven.sevntu.checkstyle.plugin.version>1.44.1</maven.sevntu.checkstyle.plugin.version>

0 commit comments

Comments
 (0)