We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdeb50 commit 0070804Copy full SHA for 0070804
README.md
@@ -21,6 +21,7 @@ Compatibility matrix from checkstyle team:
21
22
Checkstyle Plugin|Sonar min|Sonar max|Checkstyle|Jdk
23
-----------------|---------|---------|----------|---
24
+9.0.1|8.9 |8.9+|9.0.1|1.8
25
8.45.1|7.9 |7.9+|8.45.1|1.8
26
8.42|7.9 |7.9+|8.42|1.8
27
8.41.1|7.9 |7.9+|8.41.1|1.8
pom.xml
@@ -93,7 +93,7 @@
93
</ciManagement>
94
95
<properties>
96
- <checkstyle.version>8.45.1</checkstyle.version>
+ <checkstyle.version>9.0.1</checkstyle.version>
97
<sonar.version>8.9.3.48735</sonar.version>
98
<sonar-java.version>7.2.0.26923</sonar-java.version>
99
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
0 commit comments