Skip to content

Commit c5bd432

Browse files
committed
Update tests from Apache Commons Lang 3.10 to 3.11.
1 parent e5213d1 commit c5bd432

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.apache.commons</groupId>
5959
<artifactId>commons-lang3</artifactId>
60-
<version>3.10</version>
60+
<version>3.11</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
@@ -444,7 +444,7 @@
444444
<dependency>
445445
<groupId>org.apache.commons</groupId>
446446
<artifactId>commons-lang3</artifactId>
447-
<version>3.6</version>
447+
<version>3.11</version>
448448
</dependency>
449449
</dependencies>
450450

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +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>
51+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.11.</action>
5252
<action type="update" dev="ggregory" due-to="Chen">Improve test coverage in CSVFormatTest #65.</action>
5353
<action type="update" dev="ggregory" due-to="Chen">Removed invalid Javadoc markup for CSVFormat EXCEL #64.</action>
5454
<action type="update" dev="ggregory" due-to="Chen">Improve CSVRecord and CSVPrinter code coverage #66.</action>

0 commit comments

Comments
 (0)