This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new d3e655b Bump actions/checkout from v2.3.3 to v2.3.4 #69. d3e655b is described below commit d3e655b8641fd848205634e02c207031ac68cb25 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 20 22:33:21 2020 -0500 Bump actions/checkout from v2.3.3 to v2.3.4 #69. --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3172bc1..d7e36e0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,11 @@ The <action> type attribute can be add,update,fix,remove. --> <body> + <release version="3.7.3" date="2020-MM-DD" description="Maintenance and bug fix release."> + <action type="update" dev="ggregory" due-to="Dependabot"> + Bump actions/checkout from v2.3.3 to v2.3.4 #69. + </action> + </release> <release version="3.7.2" date="2020-10-14" description="Maintenance and bug fix release."> <action issue="NET-689" type="fix" dev="ggregory" due-to="Charlie, Gary Gregory"> Host name is not set on the SSLSocket causing isEndpointCheckingEnabled to fail.