This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.opencsv-opencsv-5.4 in repository https://gitbox.apache.org/repos/asf/commons-csv.git.
discard 445c0d3 Bump opencsv from 5.2 to 5.4 add a7117b8 Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea. add bfdcad2 Update `actions/setup-java` to v2. add d3e74a7 Add GitHub code of conduct page that points to the Apache page. add b80eb65 Update commons-io 2.8.0 -> 2.9.0. add dc06860 Replace Java 15 with Java 16 in Travis CI. add 00fcb06 Update Apache Commons IO from 2.9.0 to 2.10.0. add 934f214 Bump commons.jacoco.version from 0.8.5 to 0.8.7 (Java 16). add f9f9feb [CSV-275] Make CSVRecord.toList() public. add 2d6090b Sort methods. add 56d9c8d Add CSVRecord#toStream(). add 848c148 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv add 7b99bdc Bump actions/cache from 2.1.4 to 2.1.6 (#153) add 6dad95b Bump actions/cache from 2.1.4 to 2.1.6 #153. add 39c3f77 Bump junit-jupiter from 5.7.1 to 5.7.2 (#149) add a2e06fe Bump junit-jupiter from 5.7.1 to 5.7.2 #149. add 8e6eb0a Update my developer entry. add 594de09 Bump mockito-core from 3.7.7 to 3.11.2 #156. add 06df40e Bump mockito-core from 3.7.7 to 3.11.2 (#156) add 805d329 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv.git add 3e9fae3 Bump opencsv from 5.2 to 5.4 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (445c0d3) \ N -- N -- N refs/heads/dependabot/maven/com.opencsv-opencsv-5.4 (3e9fae3) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/maven.yml | 9 ++- .travis.yml | 2 +- SECURITY.md => CODE_OF_CONDUCT.md | 2 +- pom.xml | 23 +++++-- src/changes/changes.xml | 15 +++-- .../java/org/apache/commons/csv/CSVRecord.java | 16 ++++- .../java/org/apache/commons/csv/CSVRecordTest.java | 75 ++++++++++++++-------- 7 files changed, 93 insertions(+), 49 deletions(-) copy SECURITY.md => CODE_OF_CONDUCT.md (83%)