- Update commons-io for tests to 2.4 from 2.2.
- Update findbugs-maven-plugin to 2.5.2 from 2.4. - Update clirr-maven-plugin to 2.4 from 2.3. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1376935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c3c36a5171
commit
8c478f2f9b
6
pom.xml
6
pom.xml
|
@ -432,7 +432,7 @@
|
|||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.2</version>
|
||||
<version>2.4</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -538,7 +538,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<version>2.5.2</version>
|
||||
<configuration>
|
||||
<threshold>Normal</threshold>
|
||||
<effort>Default</effort>
|
||||
|
@ -553,7 +553,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>clirr-maven-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.4</version>
|
||||
<configuration>
|
||||
<minSeverity>info</minSeverity>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue