Skip to content

Commit

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

Updates `net.sourceforge.pmd:pmd-core` 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)

Updates `net.sourceforge.pmd:pmd-java` 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-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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent e3b2711 commit 270918b
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.6.0</pmd.version>
<pmd.version>7.7.0</pmd.version>
<maven.surefire.version>3.5.1</maven.surefire.version>
</properties>

Expand Down

0 comments on commit 270918b

Please sign in to comment.