Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies {
// The supported PMD floor. Rules compiled against the floor run on newer PMD; the reverse
// throws NoSuchMethodError inside the consumer's analysis. Raising this is a decision to be
// recorded in a change, never a side effect of a dependency update.
api 'net.sourceforge.pmd:pmd-core:7.0.0'
api 'net.sourceforge.pmd:pmd-java:7.0.0'
api 'net.sourceforge.pmd:pmd-test:7.0.0'
api 'net.sourceforge.pmd:pmd-core:7.26.0'
api 'net.sourceforge.pmd:pmd-java:7.26.0'
api 'net.sourceforge.pmd:pmd-test:7.26.0'

// The supported CodeNarc floor, on the Groovy 5 line. Same reasoning as the PMD floor:
// rules compiled against the floor run on newer CodeNarc, not the reverse. Raising this is
Expand Down
Loading