Skip to content

Commit

Permalink
Bump pmd.version from 7.4.0 to 7.5.0
Browse files Browse the repository at this point in the history
Bumps `pmd.version` from 7.4.0 to 7.5.0.

Updates `net.sourceforge.pmd:pmd-core` from 7.4.0 to 7.5.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.4.0...pmd_releases/7.5.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.4.0 to 7.5.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.4.0...pmd_releases/7.5.0)

Updates `net.sourceforge.pmd:pmd-javascript` from 7.4.0 to 7.5.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.4.0...pmd_releases/7.5.0)

Updates `net.sourceforge.pmd:pmd-jsp` from 7.4.0 to 7.5.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.4.0...pmd_releases/7.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gnodet committed Sep 23, 2024
1 parent 90872df commit 8fc559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<maven.archiver.version>3.6.2</maven.archiver.version>
<plexus.archiver.version>4.8.0</plexus.archiver.version>
<!-- See https://pmd.github.io/ for available latest version -->
<pmd.version>7.4.0</pmd.version>
<pmd.version>7.5.0</pmd.version>

<sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
<sshd.tests.rerun.count>2</sshd.tests.rerun.count>
Expand Down

0 comments on commit 8fc559f

Please sign in to comment.