Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 2, 2024
1 parent 2bc8a10 commit 7bab3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ configure(libs) {
dependency("io.github.benas:random-beans:3.9.0")
dependency("io.github.glytching:junit-extensions:2.6.0")
dependency("javax.annotation:javax.annotation-api:1.3.2")
dependency("net.sourceforge.pmd:pmd-java:7.3.0")
dependency("net.sourceforge.pmd:pmd-java:7.4.0")
dependency("org.apache.commons:commons-lang3:3.15.0")
dependency("org.aspectj:aspectjrt:${assertJVersion}")
dependency("org.aspectj:aspectjweaver:${assertJVersion}")
Expand Down

0 comments on commit 7bab3a6

Please sign in to comment.