Skip to content

Commit

Permalink
chore(deps): Bump pmd.version from 7.3.0 to 7.4.0 (#47)
Browse files Browse the repository at this point in the history
Bumps `pmd.version` from 7.3.0 to 7.4.0.

Updates `net.sourceforge.pmd:pmd-core` from 7.3.0 to 7.4.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.3.0...pmd_releases/7.4.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.3.0 to 7.4.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.3.0...pmd_releases/7.4.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 Aug 4, 2024
1 parent d529882 commit 2b80eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scram-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<spotbugs.version>4.8.6</spotbugs.version>
<spotbugs-plugin.version>4.8.6.2</spotbugs-plugin.version>
<findsecbugs.version>1.13.0</findsecbugs.version>
<pmd.version>7.3.0</pmd.version>
<pmd.version>7.4.0</pmd.version>
<pmd-plugin.version>3.24.0</pmd-plugin.version>
<forbiddenapis.version>3.7</forbiddenapis.version>
<checks.location>${rootDirectory}/checks</checks.location>
Expand Down

0 comments on commit 2b80eba

Please sign in to comment.