Skip to content

Commit

Permalink
Bump net.sourceforge.pmd dependency set from 6.31.0 to 6.32.0
Browse files Browse the repository at this point in the history
Bumps `net.sourceforge.pmd` dependency set from 6.31.0 to 6.32.0.

Updates `pmd` from 6.31.0 to 6.32.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.31.0...pmd_releases/6.32.0)

Updates `pmd-core` from 6.31.0 to 6.32.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.31.0...pmd_releases/6.32.0)

Updates `pmd-java` from 6.31.0 to 6.32.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.31.0...pmd_releases/6.32.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and christianhujer committed Mar 12, 2021
1 parent 61895d8 commit eca43a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subprojects {
entry 'cucumber-junit'
entry 'cucumber-junit-platform-engine'
}
dependencySet(group: 'net.sourceforge.pmd', version: '6.31.0') {
dependencySet(group: 'net.sourceforge.pmd', version: '6.32.0') {
entry 'pmd'
entry 'pmd-core'
entry 'pmd-java'
Expand Down

0 comments on commit eca43a4

Please sign in to comment.