Skip to content

Commit

Permalink
Bump maven-pmd-plugin from 3.14.0 to 3.15.0
Browse files Browse the repository at this point in the history
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.14.0...maven-pmd-plugin-3.15.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2021
1 parent 2b0eb9b commit 8088cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
<codingstyle.config.version>2.8.0</codingstyle.config.version>

<!-- Project Dependencies Configuration -->
<spotbugs.annotations>4.3.0</spotbugs.annotations>
<spotbugs.annotations>4.4.1</spotbugs.annotations>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>

<!-- Project Test Dependencies Configuration -->
<equalsverifier.version>3.7</equalsverifier.version>
<junit.version>5.7.2</junit.version>
<junit.version>5.8.0</junit.version>
<junit-platform-launcher.version>1.7.2</junit-platform-launcher.version>
<mockito.version>3.11.2</mockito.version>
<assertj.version>3.20.2</assertj.version>
Expand All @@ -82,7 +82,7 @@
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-pmd-plugin.version>3.14.0</maven-pmd-plugin.version>
<maven-pmd-plugin.version>3.15.0</maven-pmd-plugin.version>
<pmd.version>6.37.0</pmd.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<checkstyle.version>8.45</checkstyle.version>
Expand Down

0 comments on commit 8088cf2

Please sign in to comment.