Skip to content

Commit cab61c5

Browse files
committed
Update tests from Apache Commons Lang 3.9 to 3.10.
1 parent 96b8485 commit cab61c5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.apache.commons</groupId>
5858
<artifactId>commons-lang3</artifactId>
59-
<version>3.9</version>
59+
<version>3.10</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</action>
4949
<action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action>
5050
<action type="update" dev="ggregory" due-to="Chen">Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.</action>
51+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.10.</action>
5152
</release>
5253
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
5354

0 commit comments

Comments
 (0)