You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/09/29 08:28:56 UTC

[commons-imaging] branch master updated: Add changes.xml entries for dependabot (retroactively)

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ba49a1  Add changes.xml entries for dependabot (retroactively)
     new 159d5dc  Merge pull request #100 from kinow/retroactive-changes-dependabot
0ba49a1 is described below

commit 0ba49a1ce3d5944ea7b8979d3970584ec5d1a691
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Tue Sep 29 21:12:08 2020 +1300

    Add changes.xml entries for dependabot (retroactively)
---
 src/changes/changes.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d8ed68d..be1592c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,18 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
     <release version="1.0-alpha3" date="2020-??-??" description="Third 1.0 alpha release">
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump actions/setup-java from v1.4.0 to v1.4.2 #92 #95.
+      </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump commons-io from 2.7 to 2.8.0 #96.
+      </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump junit-jupiter from 5.6.2 to 5.7.0 #97.
+      </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump actions/checkout from v2.3.2 to v2.3.3 #99.
+      </action>
       <action issue="IMAGING-264" dev="kinow" type="fix">
         BMP Parser physicalWidthDpi and physicalHeightDpi truncated before rounding off.
       </action>