You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/01 15:04:48 UTC

[commons-compress] branch master updated: Bump junit from 4.13 to 4.13.1 #143. Bump actions/checkout from v2.3.2 to v2.3.3 #139. Bump actions/setup-java from v1.4.2 to v1.4.3 #141.

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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 16a7fbb  Bump junit from 4.13 to 4.13.1 #143. Bump actions/checkout from v2.3.2 to v2.3.3 #139. Bump actions/setup-java from v1.4.2 to v1.4.3 #141.
16a7fbb is described below

commit 16a7fbb6ace0b1a531b818230f52842295fe1c46
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 1 10:04:44 2020 -0500

    Bump junit from 4.13 to 4.13.1 #143.
    Bump actions/checkout from v2.3.2 to v2.3.3 #139.
    Bump actions/setup-java from v1.4.2 to v1.4.3 #141.
---
 src/changes/changes.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f371886..aba0da4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -170,10 +170,10 @@ The <action> type attribute can be add,update,fix,remove.
         Add Path support to ZipArchiveOutputStream #123.
       </action>
       <action type="update" date="2020-08-10" due-to="Dependabot" dev="ggregory">
-        Update GitHub actions/checkout from v1 to v2.3.1 #114, #124.
+        Update GitHub actions/checkout from v1 to v2.3.3, #114, #124, #139.
       </action>
       <action type="update" date="2020-08-21" due-to="Dependabot" dev="ggregory">
-        Update actions/setup-java from v1.4.0 to v1.4.1 #125.
+        Update actions/setup-java from v1.4.0 to v1.4.3, #125, #141.
       </action>
       <action type="update" date="2020-08-21" due-to="Dependabot" dev="ggregory">
         Update zstd-jni from 1.4.4-7 to 1.4.5-6 #118.
@@ -248,6 +248,9 @@ The <action> type attribute can be add,update,fix,remove.
         should also consider the headers with length smaller than 1
         and ignore these headers.
       </action>
+      <action type="update" date="2020-11-01" due-to="Dependabot" dev="ggregory">
+        Bump junit from 4.13 to 4.13.1 #143.
+      </action>
     </release>
     <release version="1.20" date="2020-02-08"
              description="Release 1.20 (Java 7)">