Skip to content

Commit

Permalink
Merge pull request #135 from HubSpot/upgrade-plugin-pmd-java17
Browse files Browse the repository at this point in the history
Upgrage plugin-plugin and pmd for Java 17
  • Loading branch information
stevie400 authored Aug 9, 2023
2 parents 8cde0fa + 578bfba commit e5d8fb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@
<dep.plugin.duplicate-finder.version>1.5.1</dep.plugin.duplicate-finder.version>
<dep.plugin.failsafe.version>3.0.0-M3</dep.plugin.failsafe.version>
<dep.plugin.javadoc.version>3.1.0</dep.plugin.javadoc.version>
<dep.plugin.plugin.version>3.6.0</dep.plugin.plugin.version>
<dep.plugin.plugin.version>3.9.0</dep.plugin.plugin.version>

<dep.plugin.pmd.version>3.13.0</dep.plugin.pmd.version>
<!-- the pmd plugin needs a higher version to actually be compatible with java 11 -->
<dep.pmd.version>6.21.0</dep.pmd.version>
<dep.plugin.pmd.version>3.21.0</dep.plugin.pmd.version>
<dep.pmd.version>6.55.0</dep.pmd.version>

<!-- Overridden because basepom 25 is on 2.20.1, safe to remove if we upgrade basepom -->
<dep.plugin.surefire.version>3.0.0-M5</dep.plugin.surefire.version>
Expand Down

0 comments on commit e5d8fb5

Please sign in to comment.