You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2022/06/10 18:10:54 UTC

[commons-validator] branch dependabot/maven/org.apache.commons-commons-csv-1.9.0 updated (98d2489a -> 350d6dad)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.apache.commons-commons-csv-1.9.0
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


 discard 98d2489a Bump commons-csv from 1.6 to 1.9.0
     add fb50f3dc Bump actions/setup-java from 2 to 3
     add da5e6689 Merge pull request #72 from apache/dependabot/github_actions/actions/setup-java-3
     add c62612f1 Bump actions/setup-java from 2 to 3 #72
     add 019c765b Bump actions/cache from 3 to 3.0.2
     add 4316b322 Bump commons-parent from 52 to 53.
     add d7e5493e Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.
     add 45955d57 Bump maven-antrun-plugin from 3.0.0 to 3.1.0
     add f416bc85 Merge pull request #74 from apache/dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.1.0
     add d3145842 Bump maven-antrun-plugin from 3.0.0 to 3.1.0 #74
     add 8b30c469 Bump github/codeql-action from 1 to 2
     add c0b2897e Merge pull request #75 from apache/dependabot/github_actions/github/codeql-action-2
     add bb0ba522 Bump github/codeql-action from 1 to 2 #75
     add b8b4274b Bump actions/cache from 3.0.2 to 3.0.3
     add 23343ebe Updated isValid Doc String
     add 85f43be5 remove <p> tag from isValid() docstring.
     add 145e7b6a Merge pull request #76 from GN/master
     add b0f7e6c5 Update Javadoc for InetAddressValidator isValid #76
     add aa1d50e1 Bump Java from 7 to 8
     add 9b6bb4fc Bump actions/cache from 3.0.3 to 3.0.4
     add c82ae710 Add coverage.yml
     add 2d7a7294 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-validator
     add 350d6dad Bump commons-csv from 1.6 to 1.9.0

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   (98d2489a)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.commons-commons-csv-1.9.0 (350d6dad)

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/codeql-analysis.yml              |    6 +-
 .github/workflows/{maven.yml => coverage.yml}      |   27 +-
 .github/workflows/maven.yml                        |   94 +-
 checkstyle.xml                                     |    2 +-
 pom.xml                                            |  848 ++++---
 src/changes/changes.xml                            | 2419 ++++++++++----------
 .../validator/routines/InetAddressValidator.java   |    2 +-
 7 files changed, 1710 insertions(+), 1688 deletions(-)
 copy .github/workflows/{maven.yml => coverage.yml} (75%)