Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
This commit is contained in:
commit
edcf9344e6
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue