Skip to content

Commit

Permalink
Support PMD up to 6.48
Browse files Browse the repository at this point in the history
  • Loading branch information
ybroeker committed Aug 28, 2022
1 parent 5c11687 commit df9145a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Added
- Support for IntelliJ IDEA 2022.1
- Support for IntelliJ IDEA 2022.2
- Update supported PMD versions to 6.48

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/pmd-versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pmd.versions = 6.0.1, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 6
6.10.0, 6.11.0, 6.12.0, 6.13.0, 6.14.0, 6.15.0, 6.16.0, 6.17.0, 6.18.0, 6.19.0, \
6.20.0, 6.21.0, 6.22.0, 6.23.0, 6.24.0, 6.25.0, 6.26.0, 6.27.0, 6.28.0, 6.29.0, \
6.30.0, 6.31.0, 6.32.0, 6.33.0, 6.34.0, 6.35.0, 6.36.0, 6.37.0, 6.38.0, 6.30.0, \
6.40.0, 6.41.0
6.40.0, 6.41.0, 6.42.0, 6.43.0, 6.44.0, 6.45.0, 6.46.0, 6.47.0, 6.48.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void shouldHaveVersions() {
@Test
public void shouldReturnLatestVersion() {
assertThat(PmdVersions.getLatestVersion())
.isEqualTo(PmdVersion.of("6.41.0"));
.isEqualTo(PmdVersion.of("6.48.0"));
}

}

0 comments on commit df9145a

Please sign in to comment.