Skip to content

Commit

Permalink
Issue #506: update checkstyle to 10.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Mar 12, 2024
1 parent 3961078 commit 36fea28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:

| Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk |
|-------------------|-----------|-----------|------------|-----|
| 10.14.1 | 9.9 | 10.0+ | 10.14.1 | 11 |
| 10.12.5 | 9.0 | 10.0+ | 10.12.5 | 11 |
| 10.12.3 | 9.0 | 10.0+ | 10.12.3 | 11 |
| 10.12.1 | 9.0 | 10.0+ | 10.12.1 | 11 |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.checkstyle</groupId>
<artifactId>checkstyle-sonar-plugin</artifactId>
<version>10.13.0-SNAPSHOT</version>
<version>10.14.1-SNAPSHOT</version>
<packaging>sonar-plugin</packaging>

<name>Checkstyle SonarQube Plugin</name>
Expand Down Expand Up @@ -93,7 +93,7 @@
</ciManagement>

<properties>
<checkstyle.version>10.12.5</checkstyle.version>
<checkstyle.version>10.14.1</checkstyle.version>
<sonar.version>9.9.4.87374</sonar.version>
<sonar.api-version>9.9.0.229</sonar.api-version>
<maven.sevntu.checkstyle.plugin.version>1.44.1</maven.sevntu.checkstyle.plugin.version>
Expand Down

0 comments on commit 36fea28

Please sign in to comment.