Skip to content

Commit aff3891

Browse files
committed
Update test dependencies to latest (some depend on Java 6), which is OK since we depend on Java 7 now.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1610906 13f79535-47bb-0310-9956-ffa450edef68
1 parent ed65e66 commit aff3891

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ CSV files of various types.
4343
<dependency>
4444
<groupId>commons-io</groupId>
4545
<artifactId>commons-io</artifactId>
46-
<!-- 2.2 is last version compatible with Java 1.5 -->
47-
<version>2.2</version>
46+
<version>2.4</version>
4847
<scope>test</scope>
4948
</dependency>
5049
<dependency>
5150
<groupId>com.h2database</groupId>
5251
<artifactId>h2</artifactId>
53-
<!-- 1.3.172 requires Java 1.6 -->
54-
<version>1.3.168</version>
52+
<version>1.4.180</version>
5553
<scope>test</scope>
5654
</dependency>
5755
</dependencies>

0 commit comments

Comments
 (0)