Skip to content

Commit

Permalink
Bump pmd.version from 6.51.0 to 6.52.0 (#319)
Browse files Browse the repository at this point in the history
Bumps `pmd.version` from 6.51.0 to 6.52.0.

Updates `pmd-core` from 6.51.0 to 6.52.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/6.51.0...pmd_releases/6.52.0)

Updates `pmd-java` from 6.51.0 to 6.52.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/6.51.0...pmd_releases/6.52.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>

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] committed Nov 28, 2022
1 parent 80f808f commit f028622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -57,7 +57,7 @@
<mockito.version>4.0.0</mockito.version>
<powermock.version>2.0.9</powermock.version>
<jacoco.version>0.8.8</jacoco.version>
<pmd.version>6.51.0</pmd.version>
<pmd.version>6.52.0</pmd.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
</properties>

Expand Down

0 comments on commit f028622

Please sign in to comment.