This commit is contained in:
Gary Gregory 2020-12-05 11:24:44 -05:00
commit edcf9344e6
1 changed files with 3 additions and 3 deletions

View File

@ -536,7 +536,7 @@
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
@ -614,7 +614,7 @@
<commons.encoding>utf-8</commons.encoding>
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
<checkstyle.version>8.37</checkstyle.version>
<checkstyle.version>8.38</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<spotbugs.plugin.version>4.1.4</spotbugs.plugin.version>
@ -822,7 +822,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>