Skip to content

Commit

Permalink
Bump pmd.version from 7.5.0 to 7.6.0 (#529)
Browse files Browse the repository at this point in the history
Bumps `pmd.version` from 7.5.0 to 7.6.0.

Updates `net.sourceforge.pmd:pmd-core` from 7.5.0 to 7.6.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.5.0...pmd_releases/7.6.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.5.0 to 7.6.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.5.0...pmd_releases/7.6.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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent f6b52ba commit 7f64a1d
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 @@ -56,7 +56,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
<pmd.version>7.5.0</pmd.version>
<pmd.version>7.6.0</pmd.version>
<maven.surefire.version>3.5.0</maven.surefire.version>
</properties>

Expand Down

0 comments on commit 7f64a1d

Please sign in to comment.