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/01/01 01:36:47 UTC

[commons-net] branch dependabot/github_actions/actions/checkout-2.4.0 updated (a4ceaeb -> c208acd)

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

github-bot pushed a change to branch dependabot/github_actions/actions/checkout-2.4.0
in repository https://gitbox.apache.org/repos/asf/commons-net.git.


 discard a4ceaeb  Bump actions/checkout from 2.3.5 to 2.4.0
     add 1e32f35  [NTP] Fix NET-704: NTPUDPClient does not check response packet pairing.
     add eb0181a  Merge pull request #92 from dzolo/NET-704
     add 991b775  Prevent serialization
     add a2c5dd3  Oops, forgot import
     add a73ea85  Use import instead of FQCNs.
     add b433e2c  Drop obsolete .travis.yaml.
     add 1ea1fce  Run dependabot once a week.
     add 0194a8e  Bump actions/cache from 2.1.6 to 2.1.7
     add 29b60f3  Merge pull request #93 from apache/dependabot/github_actions/actions/cache-2.1.7
     add c208acd  Bump actions/checkout from 2.3.5 to 2.4.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   (a4ceaeb)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/checkout-2.4.0 (c208acd)

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/dependabot.yml                             |  6 +++--
 .github/workflows/maven.yml                        |  2 +-
 .travis.yml                                        | 29 ----------------------
 src/changes/changes.xml                            |  4 +++
 .../apache/commons/net/ProtocolCommandSupport.java | 18 +++++++++++++-
 .../java/org/apache/commons/net/ftp/FTPFile.java   | 20 ++++++++++++++-
 .../org/apache/commons/net/ntp/NTPUDPClient.java   | 10 +++++++-
 .../java/org/apache/commons/net/ntp/TimeStamp.java | 16 ++++++++++++
 .../org/apache/commons/net/util/ListenerList.java  | 18 ++++++++++++++
 9 files changed, 88 insertions(+), 35 deletions(-)
 delete mode 100644 .travis.yml