diff --git a/README.md b/README.md index 77038588..e60cb11c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Compatibility matrix from Checkstyle: | Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk | |-------------------|-----------|-----------|------------|-----| +| 10.17.0 | 9.9 | 10.0+ | 10.17.0 | 11 | | 10.16.0 | 9.9 | 10.0+ | 10.16.0 | 11 | | 10.15.0 | 9.9 | 10.0+ | 10.15.0 | 11 | | 10.14.2 | 9.9 | 10.0+ | 10.14.2 | 11 | diff --git a/pom.xml b/pom.xml index 3f88cc9e..d7672975 100644 --- a/pom.xml +++ b/pom.xml @@ -93,13 +93,13 @@ - 10.16.0 + 10.17.0 9.9.4.87374 9.9.0.229 1.44.1 - 10.16.0 + 10.17.0 3.1.0 https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml diff --git a/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java b/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java index 87824ab8..e82c3d29 100644 --- a/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java +++ b/src/test/java/org/sonar/plugins/checkstyle/CheckstyleRulesDefinitionTest.java @@ -76,7 +76,7 @@ public void test() { // such number should not change during checkstyle version upgrade assertThat(duplicatedRuleWithTemplate).hasSize(0); // all new Rules should fall in this group - assertThat(rulesWithDuplicateTemplate).hasSize(185); + assertThat(rulesWithDuplicateTemplate).hasSize(186); for (RulesDefinition.Rule rule : rules) { assertThat(rule.key()).isNotNull();