Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Bump pmd.version from 6.48.0 to 6.49.0 (#25)
Browse files Browse the repository at this point in the history
Bumps `pmd.version` from 6.48.0 to 6.49.0.

Updates `pmd-core` from 6.48.0 to 6.49.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.48.0...pmd_releases/6.49.0)

Updates `pmd-java` from 6.48.0 to 6.49.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.48.0...pmd_releases/6.49.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] authored Sep 1, 2022
1 parent d755fa8 commit e1dd76a
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 @@ -103,7 +103,7 @@ SPDX-License-Identifier: MIT
<modernizer-maven-plugin.version>2.4.0</modernizer-maven-plugin.version>
<!-- skip QA checks -->
<skipQA>false</skipQA>
<pmd.version>6.48.0</pmd.version>
<pmd.version>6.49.0</pmd.version>
<errorProne.version>2.10.0</errorProne.version>
<errorProneFlags>-XepDisableWarningsInGeneratedCode</errorProneFlags>
<compiler.lint>deprecation,unchecked</compiler.lint>
Expand Down

0 comments on commit e1dd76a

Please sign in to comment.