Skip to content

Commit

Permalink
Merge pull request #1059 from jenkinsci/dependabot/maven/pmd.api.vers…
Browse files Browse the repository at this point in the history
…ion-7.1.0

Bump pmd.api.version from 7.0.0 to 7.1.0
  • Loading branch information
uhafner authored May 6, 2024
2 parents d3bcd20 + b4f0d21 commit 03ecf7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<jsoup.version>1.17.2</jsoup.version>
<json.version>20240303</json.version>
<json-smart.version>2.5.1</json-smart.version>
<pmd.api.version>7.0.0</pmd.api.version>
<pmd.api.version>7.1.0</pmd.api.version>
<spotbugs.api.version>4.8.4</spotbugs.api.version>

<incrementals-plugin.version>1.8</incrementals-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void issue12801() {
*/
@Test
void scanFileWithSeveralWarnings() {
Report report = parseInPmdFolder("pmd.xml");
Report report = parseInPmdFolder("pmd-report.xml");

assertThat(report).hasSize(669);
}
Expand Down

0 comments on commit 03ecf7c

Please sign in to comment.