Update junit dependency
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1643549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0cf11b426f
commit
576770726c
2
pom.xml
2
pom.xml
|
@ -36,7 +36,7 @@ CSV files of various types.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.11</version>
|
<version>4.12</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue