Skip to content

Commit 32f6fa3

Browse files
Brijeshthummar02muhlba91
authored andcommitted
issue #546 : update checkstyle to 10.21.4
fix: update Checkstyle version in compatibility matrix to 10.21.4 fix: update required Maven version to 3.3.9 in pom.xml
1 parent 7e1aa63 commit 32f6fa3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Compatibility matrix from Checkstyle:
1717

1818
| Checkstyle Plugin | Sonar min | Sonar max | Checkstyle | Jdk |
1919
|-------------------|-----------|-----------|------------|-----|
20+
| 10.21.4 | 9.9 | 10.7+ | 10.21.4 | 11 |
2021
| 10.21.1 | 9.9 | 10.7+ | 10.21.1 | 11 |
2122
| 10.20.2 | 9.9 | 10.7+ | 10.20.2 | 11 |
2223
| 10.20.1 | 9.9 | 10.7+ | 10.20.1 | 11 |

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@
9393
</ciManagement>
9494

9595
<properties>
96-
<checkstyle.version>10.21.1</checkstyle.version>
96+
<checkstyle.version>10.21.4</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>
100100
<!-- it should be a version of checkstyle that is compatible/compiled with sevntu -->
101101
<maven.sevntu.checkstyle.plugin.checkstyle.version>
102-
10.21.1
102+
10.21.4
103103
</maven.sevntu.checkstyle.plugin.checkstyle.version>
104104
<antrun.plugin.version>3.1.0</antrun.plugin.version>
105105
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml</checkstyle.configLocation>
@@ -803,7 +803,7 @@
803803
<version>${maven.compiler.release}</version>
804804
</requireJavaVersion>
805805
<requireMavenVersion>
806-
<version>3.0.1</version>
806+
<version>3.3.9</version>
807807
</requireMavenVersion>
808808
</rules>
809809
</configuration>

0 commit comments

Comments
 (0)