Skip to content

Commit

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

Updates `pmd-core` from 6.42.0 to 6.43.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.42.0...pmd_releases/6.43.0)

Updates `pmd-java` from 6.42.0 to 6.43.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.42.0...pmd_releases/6.43.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>
  • Loading branch information
dependabot[bot] authored Mar 13, 2022
1 parent 5ad5dc2 commit 0bab290
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 @@ -41,7 +41,7 @@
<!-- Maven plug-in versions -->
<spotbugs-maven-plugin.version>4.5.3.0</spotbugs-maven-plugin.version>
<spotbugs.version>4.6.0</spotbugs.version>
<pmd.version>6.42.0</pmd.version>
<pmd.version>6.43.0</pmd.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<checkstyle.version>9.3</checkstyle.version>
<maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
Expand Down

0 comments on commit 0bab290

Please sign in to comment.