diff --git a/pom.xml b/pom.xml index bc339f84..0eddbd69 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ org.apache.commons commons-lang3 - 3.10 + 3.11 test @@ -444,7 +444,7 @@ org.apache.commons commons-lang3 - 3.6 + 3.11 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 22f74658..b87b97ea 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,7 +48,7 @@ Improve CSVFormat test coverage #63. Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1. Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62. - Update tests from Apache Commons Lang 3.9 to 3.10. + Update tests from Apache Commons Lang 3.9 to 3.11. Improve test coverage in CSVFormatTest #65. Removed invalid Javadoc markup for CSVFormat EXCEL #64. Improve CSVRecord and CSVPrinter code coverage #66.