Update tests from Apache Commons Lang 3.9 to 3.10.

This commit is contained in:
Gary Gregory 2020-03-27 14:09:05 -04:00
parent 96b8485176
commit cab61c53f1
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.9</version> <version>3.10</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -48,6 +48,7 @@
<action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</action> <action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action>
<action type="update" dev="ggregory" due-to="Chen">Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.</action> <action type="update" dev="ggregory" due-to="Chen">Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.10.</action>
</release> </release>
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8). <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).