Skip to content

Commit 36fea28

Browse files
committed
Issue #506: update checkstyle to 10.14.1
1 parent 3961078 commit 36fea28

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.14.1 | 9.9 | 10.0+ | 10.14.1 | 11 |
2425
| 10.12.5 | 9.0 | 10.0+ | 10.12.5 | 11 |
2526
| 10.12.3 | 9.0 | 10.0+ | 10.12.3 | 11 |
2627
| 10.12.1 | 9.0 | 10.0+ | 10.12.1 | 11 |

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.checkstyle</groupId>
66
<artifactId>checkstyle-sonar-plugin</artifactId>
7-
<version>10.13.0-SNAPSHOT</version>
7+
<version>10.14.1-SNAPSHOT</version>
88
<packaging>sonar-plugin</packaging>
99

1010
<name>Checkstyle SonarQube Plugin</name>
@@ -93,7 +93,7 @@
9393
</ciManagement>
9494

9595
<properties>
96-
<checkstyle.version>10.12.5</checkstyle.version>
96+
<checkstyle.version>10.14.1</checkstyle.version>
9797
<sonar.version>9.9.4.87374</sonar.version>
9898
<sonar.api-version>9.9.0.229</sonar.api-version>
9999
<maven.sevntu.checkstyle.plugin.version>1.44.1</maven.sevntu.checkstyle.plugin.version>

0 commit comments

Comments
 (0)