Skip to content

Commit c255268

Browse files
committed
maven-pmd-plugin 3.12.0 -> 3.13.0.
1 parent 2dd3606 commit c255268

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
160160
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
161161

162-
<pmd.version>3.12.0</pmd.version>
162+
<pmd.version>3.13.0</pmd.version>
163163
<japicmp.skip>false</japicmp.skip>
164164

165165
<commons.release.isDistModule>true</commons.release.isDistModule>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<action type="update" dev="ggregory" due-to="Chen">Javadoc typo in CSVFormat let's -> lets #57.</action>
4545
<action issue="CSV-259" type="fix" dev="ggregory" due-to="Chen">CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61.</action>
4646
<action type="update" dev="ggregory" due-to="Gary Gregory">org.mockito:mockito-core 3.2.4 -> 3.3.3.</action>
47+
<action type="update" dev="ggregory" due-to="Gary Gregory">maven-pmd-plugin 3.12.0 -> 3.13.0.</action>
4748
</release>
4849
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
4950

0 commit comments

Comments
 (0)