Skip to content

Commit 0f0b363

Browse files
committed
Issue #417: upgrade to checkstyle 10.3.1
1 parent a244c24 commit 0f0b363

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.3.1 | 9.0 | 9.0+ | 10.3.1 | 11 |
2425
| 10.3 | 9.0 | 9.0+ | 10.3 | 11 |
2526
| 10.2 | 9.0 | 9.0+ | 10.2 | 11 |
2627
| 10.1 | 9.0 | 9.0+ | 10.1 | 11 |

pom.xml

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

9696
<properties>
97-
<checkstyle.version>10.3</checkstyle.version>
97+
<checkstyle.version>10.3.1</checkstyle.version>
9898
<sonar.version>8.9.0.43852</sonar.version>
9999
<sonar-java.version>7.2.0.26923</sonar-java.version>
100100
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>

0 commit comments

Comments
 (0)