nrmancuso / parseva-math

Compute mathematical expressions via abstract syntax tree. Built with Java and ANTLR4.
The Unlicense
3 stars 1 forks source link

Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #182

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps maven-pmd-plugin from 3.14.0 to 3.18.0.

Release notes

Sourced from maven-pmd-plugin's releases.

3.17.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

3.16.0

🐛 Bug Fixes

  • [MPMD-325] Could not find class due to IncompatibleClassChangeError warning
  • [MPMD-324] Ruleset URLs have hyphen replaced with forwardslash
  • [MPMD-323] ResourceManager should use project base dir instead of pom location

🔧 Build

🚀 New features and improvements

📦 Dependency updates

Commits
  • 23f5f39 [maven-release-plugin] prepare release maven-pmd-plugin-3.18.0
  • 614f1a9 [MPMD-352] Upgrade Maven Common Artifact Filters to 3.3.1
  • b62992f [MPMD-351] Upgrade Maven Artifact Transfer to 0.13.1
  • a28c27d [MPMD-350] Upgrade Maven Shared Utils to 3.3.4
  • 2b7d2d7 [MPMD-349] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
  • 1740f00 (doc) Update releasenotes.md
  • 2ecd578 [MPMD-348] - Support Java 19
  • 10d345c [MPMD-347] - Upgrade to PMD 6.48.0
  • 5a0ae88 Bump maven-plugins from 36 to 37
  • 2404708 [SECURITY] Fix Partial Path Traversal Vulnerability
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 2 years ago

Superseded by #186.