Skip to content

Commit

Permalink
Update dependency pmd to v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent ad2db2f commit dce4e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ checkstyle {

var sourceSetsCopy = sourceSets
pmd {
toolVersion = "7.2.0"
toolVersion = "7.3.0"
sourceSets = [sourceSetsCopy.main]
reportsDir = file("$project.buildDir/reports/pmd")
// https://github.com/pmd/pmd/issues/876
Expand All @@ -146,7 +146,7 @@ pmd {
}

pmd {
toolVersion = "7.2.0"
toolVersion = "7.3.0"
sourceSets = [sourceSetsCopy.test, sourceSetsCopy.functionalTest, sourceSetsCopy.integrationTest, sourceSetsCopy.smokeTest]
reportsDir = file("$project.buildDir/reports/pmd")
// https://github.com/pmd/pmd/issues/876
Expand Down

0 comments on commit dce4e94

Please sign in to comment.