Skip to content

Commit

Permalink
Bump net.sourceforge.pmd:pmd-ant from 7.6.0 to 7.7.0
Browse files Browse the repository at this point in the history
Bumps [net.sourceforge.pmd:pmd-ant](https://github.com/pmd/pmd) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.6.0...pmd_releases/7.7.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 7feb75a commit cb283dd
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 @@ -270,7 +270,7 @@ dependencies {
testImplementation group: 'org.xmlunit', name: 'xmlunit-matchers', version: '2.10.0'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0'

pmd 'net.sourceforge.pmd:pmd-ant:7.6.0'
pmd 'net.sourceforge.pmd:pmd-ant:7.7.0'
pmd 'net.sourceforge.pmd:pmd-java:7.7.0'
}

Expand Down

0 comments on commit cb283dd

Please sign in to comment.