Skip to content

Commit 4fad14b

Browse files
muhlba91romani
authored andcommitted
Issue #395: update to checkstyle 9.2.1
1 parent a4b32cc commit 4fad14b

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+
| 9.2.1 | 8.9 | 8.9+ | 9.2.1 | 1.8 |
2425
| 9.2 | 8.9 | 8.9+ | 9.2 | 1.8 |
2526
| 9.1 | 8.9 | 8.9+ | 9.1 | 1.8 |
2627
| 9.0.1 | 8.9 | 8.9+ | 9.0.1 | 1.8 |

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>9.3-SNAPSHOT</version>
7+
<version>9.2.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>9.2</checkstyle.version>
96+
<checkstyle.version>9.2.1</checkstyle.version>
9797
<sonar.version>8.9.3.48735</sonar.version>
9898
<sonar-java.version>7.2.0.26923</sonar-java.version>
9999
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>

0 commit comments

Comments
 (0)