Skip to content

Commit

Permalink
build(deps): bump pmd.version from 7.2.0 to 7.3.0
Browse files Browse the repository at this point in the history
Bumps `pmd.version` from 7.2.0 to 7.3.0.

Updates `net.sourceforge.pmd:pmd-core` from 7.2.0 to 7.3.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.2.0...pmd_releases/7.3.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.2.0 to 7.3.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.2.0...pmd_releases/7.3.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]>
  • Loading branch information
dependabot[bot] authored Jun 30, 2024
1 parent a0721a7 commit cf811c7
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 @@ -40,7 +40,7 @@
<qa.directory>${project.basedir}/src/qa</qa.directory>
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
<checkstyle.version>10.17.0</checkstyle.version>
<pmd.version>7.2.0</pmd.version>
<pmd.version>7.3.0</pmd.version>
<spotbugs-maven-plugin.version>4.8.5.0</spotbugs-maven-plugin.version>
<spotbugs.version>4.8.5</spotbugs.version>
<findsecbugs-plugin.version>1.13.0</findsecbugs-plugin.version>
Expand Down

0 comments on commit cf811c7

Please sign in to comment.