Skip to content

Commit

Permalink
Issue #431: upgrade checkstyle to 10.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Oct 17, 2022
1 parent d7099af commit e07f040
Show file tree
Hide file tree
Showing 2 changed files with 4 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.3.3 | 9.0 | 9.0+ | 10.3.3 | 11 |
| 10.3.2 | 9.0 | 9.0+ | 10.3.2 | 11 |
| 10.3.1 | 9.0 | 9.0+ | 10.3.1 | 11 |
| 10.3 | 9.0 | 9.0+ | 10.3 | 11 |
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.checkstyle</groupId>
Expand Down Expand Up @@ -93,7 +94,7 @@
</ciManagement>

<properties>
<checkstyle.version>10.3.2</checkstyle.version>
<checkstyle.version>10.3.3</checkstyle.version>
<sonar.version>8.9.0.43852</sonar.version>
<sonar-java.version>7.2.0.26923</sonar-java.version>
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
Expand Down

0 comments on commit e07f040

Please sign in to comment.