Update tests from Apache Commons Lang 3.10 to 3.11.

This commit is contained in:
Gary Gregory 2020-07-16 13:20:34 -04:00
parent e5213d1e42
commit c5bd4324fd
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
<version>3.11</version>
<scope>test</scope>
</dependency>
<dependency>
@ -444,7 +444,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
<version>3.11</version>
</dependency>
</dependencies>

View File

@ -48,7 +48,7 @@
<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="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>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.11.</action>
<action type="update" dev="ggregory" due-to="Chen">Improve test coverage in CSVFormatTest #65.</action>
<action type="update" dev="ggregory" due-to="Chen">Removed invalid Javadoc markup for CSVFormat EXCEL #64.</action>
<action type="update" dev="ggregory" due-to="Chen">Improve CSVRecord and CSVPrinter code coverage #66.</action>