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


 discard fe685d2c Bump org.apache.commons:commons-parent from 79 to 81
     add fb776433 Bump github/codeql-action from 3.28.5 to 3.28.8
     add 3e3a2afe Merge pull request #255 from 
apache/dependabot/github_actions/github/codeql-action-3.28.8
     add 79a5d31d Bump actions/setup-java from 4.6.0 to 4.7.0
     add 3d9136a3 Merge pull request #254 from 
apache/dependabot/github_actions/actions/setup-java-4.7.0
     add 8e943725 Bump github/codeql-action from 3.28.8 to 3.28.9
     add ace209cf Merge pull request #256 from 
apache/dependabot/github_actions/github/codeql-action-3.28.9
     add 5e9727b7 Fix typos in Javadoc and comments
     add 75375fb4 Deprecate DebugUtils.DebugUtils()
     add f23ff1d6 Deprecate MapUtils.MapUtils()
     add 12254881 Deprecate StringUtils.StringUtils()
     add cf7b1695 Fix Javadoc warnings
     add 75ea3003 Add CommandLine.CommandLine(Path)
     add 711cdefd Bump org.apache.commons:commons-parent from 79 to 81

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   (fe685d2c)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-parent-81 (711cdefd)

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                        |  2 +-
 .github/workflows/scorecards-analysis.yml          |  2 +-
 pom.xml                                            |  6 ++--
 src/changes/changes.xml                            |  7 +++-
 .../java/org/apache/commons/exec/CommandLine.java  | 16 +++++++--
 .../org/apache/commons/exec/DaemonExecutor.java    |  7 ++++
 .../org/apache/commons/exec/DefaultExecutor.java   |  9 ++++-
 .../org/apache/commons/exec/ExecuteWatchdog.java   |  7 ++++
 .../java/org/apache/commons/exec/Watchdog.java     |  7 ++++
 .../environment/DefaultProcessingEnvironment.java  |  7 ++++
 .../environment/OpenVmsProcessingEnvironment.java  |  7 ++++
 .../commons/exec/launcher/CommandLauncherImpl.java |  7 ++++
 .../commons/exec/launcher/VmsCommandLauncher.java  |  7 ++++
 .../org/apache/commons/exec/util/DebugUtils.java   |  9 +++++
 .../org/apache/commons/exec/util/MapUtils.java     | 10 ++++++
 .../org/apache/commons/exec/util/StringUtils.java  | 12 ++++++-
 .../org/apache/commons/exec/AbstractExecTest.java  |  4 +--
 .../apache/commons/exec/DefaultExecutorTest.java   | 16 ++++-----
 .../apache/commons/exec/LogOutputStreamTest.java   |  5 +--
 .../org/apache/commons/exec/StandAloneTest.java    | 38 ++++++++++++++--------
 .../java/org/apache/commons/exec/TestUtil.java     | 14 +++++---
 .../java/org/apache/commons/exec/TutorialTest.java |  3 +-
 .../org/apache/commons/exec/issues/Exec33Test.java |  4 +--
 .../org/apache/commons/exec/issues/Exec34Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec36Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec41Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec44Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec62Test.java |  2 +-
 29 files changed, 172 insertions(+), 50 deletions(-)

Reply via email to