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


    omit 16f1f41  Bump org.apache.commons:commons-parent from 64 to 65
     add c41f575  Bump github/codeql-action from 2.22.8 to 2.22.9 (#211)
     add b131dd1  Bump github/codeql-action from 2.22.9 to 2.22.10
     add b7c460f  Bump github/codeql-action from 2.22.9 to 2.22.10
     add a50d085  Javadoc
     add 2bac915  Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#212)
     add 8d91397  Bump github/codeql-action from 2.22.10 to 3.22.11 (#213)
     add 3ee8efb  Javadoc: No need for java.lang FQCN
     add ca18ce1  Bump github/codeql-action from 3.22.11 to 3.22.12 (#214)
     add cda2ecc  Fix version comment [skip ci]
     add 1800bde  Fix version comment [skip ci]
     add b7bae08  Add version comment [skip ci]
     add c1f473c  Update NOTICE file for 2024
     add 3b78b1a  Javadoc
     add 5db0035  Add FinalParameters
     add 58114d9  Remove extra whitespace
     add b3cdbea  Use ternary
     add 3986f38  Bump actions/cache from 3.3.2 to 3.3.3 (#218)
     add 97404d9  Bump github/codeql-action from 3.22.12 to 3.23.0 (#219)
     add ed02286  Javadoc: Use an HTTPS URL
     add 587ffe0  Use an HTTPS URL
     add 4975273  Javadoc
     add fa01da7  Bump actions/upload-artifact from 4.0.0 to 4.2.0 (#221)
     add 50e094d  Bump github/codeql-action from 3.23.0 to 3.23.1 (#222)
     add 4199b5b  Bump actions/cache from 3.3.3 to 4.0.0 (#220)
     add 2412281  Bump org.apache.commons:commons-parent from 64 to 65

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   (16f1f41)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-parent-65 (2412281)

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              | 14 ++---
 .github/workflows/coverage.yml                     |  4 +-
 .github/workflows/maven.yml                        |  4 +-
 .github/workflows/scorecards-analysis.yml          |  4 +-
 NOTICE.txt                                         |  2 +-
 src/conf/checkstyle.xml                            |  1 +
 .../java/org/apache/commons/cli/CommandLine.java   |  2 +
 .../java/org/apache/commons/cli/DefaultParser.java | 41 ++-------------
 .../java/org/apache/commons/cli/HelpFormatter.java | 32 ++++++------
 .../commons/cli/MissingArgumentException.java      |  2 +-
 src/main/java/org/apache/commons/cli/Option.java   | 19 +++----
 .../java/org/apache/commons/cli/OptionBuilder.java |  4 +-
 .../java/org/apache/commons/cli/OptionGroup.java   |  4 +-
 src/main/java/org/apache/commons/cli/Options.java  | 61 ++++++++--------------
 src/main/java/org/apache/commons/cli/Parser.java   | 13 ++---
 .../java/org/apache/commons/cli/PosixParser.java   |  6 +--
 src/main/java/org/apache/commons/cli/Util.java     |  6 +--
 .../org/apache/commons/cli/bug/BugCLI162Test.java  |  6 +--
 18 files changed, 89 insertions(+), 136 deletions(-)

Reply via email to