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.3
in repository https://gitbox.apache.org/repos/asf/commons-csv.git.


 discard d6c0ab2  Bump opencsv from 5.2 to 5.3
     add 2cd237e  Bump maven-pmd-plugin from 3.13.0 to 3.14.0 (#122)
     add e62009b  Bump mockito-core from 3.5.11 to 3.6.28 (#123)
     add e5fbba3  Update dependencies.
     add 64bae17  CSV-267 - Minor improvement (#126)
     add 7ebb8db  [CSV-267] Minor improvement #126.
     add 155a769  Better Javadoc.
     add 8e953c0  Add Java 17-EA to the GitHub build.
     add d580c90  Minor Improvement: (#127)
     add 895188c  Minor Improvements #127.
     add 536c18d  Use Character cache.
     add 569f853  Bump mockito-core from 3.6.28 to 3.7.0 (#128)
     add 5d1dec0  Bump mockito-core from 3.6.28 to 3.7.0 #128.
     add 371a364  Fix Checkstyle configuration DTD link.
     add 79c3d73  Use isEmpty().
     add bf2f809  Ignore IML (IntelliJ) files.
     add 493dfdc  Remove trailing whitepsace.
     add 8772fb6  Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#131)
     add e995b18  Bump actions/cache from v2 to v2.1.4 (#132)
     add 2642afb  Bump mockito-core from 3.7.0 to 3.7.7 (#129)
     add 69db7d1  Update some dependencies.
     add 1550ad7  Bump opencsv from 5.2 to 5.3

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   (d6c0ab2)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.opencsv-opencsv-5.3 
(1550ad7)

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                        |  4 +++-
 .gitignore                                         |  1 +
 checkstyle.xml                                     |  4 ++--
 pom.xml                                            |  6 ++---
 src/changes/changes.xml                            | 17 ++++++++-----
 .../java/org/apache/commons/csv/CSVFormat.java     | 21 ++++++++--------
 .../java/org/apache/commons/csv/CSVBenchmark.java  |  3 ++-
 .../org/apache/commons/csv/CSVFileParserTest.java  |  3 ++-
 .../java/org/apache/commons/csv/CSVFormatTest.java |  4 ++--
 .../java/org/apache/commons/csv/CSVParserTest.java | 28 +++++++++++-----------
 .../org/apache/commons/csv/CSVPrinterTest.java     |  6 ++---
 .../java/org/apache/commons/csv/CSVRecordTest.java |  3 +--
 .../org/apache/commons/csv/PerformanceTest.java    |  8 +++----
 src/test/java/org/apache/commons/csv/Utils.java    |  5 ++--
 .../apache/commons/csv/issues/JiraCsv198Test.java  |  3 ++-
 .../apache/commons/csv/issues/JiraCsv248Test.java  |  2 +-
 .../apache/commons/csv/issues/JiraCsv249Test.java  |  2 +-
 .../org/apache/commons/csv/CSVPrinter.java         |  5 ++--
 18 files changed, 68 insertions(+), 57 deletions(-)

Reply via email to