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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 08de021 Update junit-jupiter from 5.6.2 to 5.7.0 #153.
08de021 is described below
commit 08de021e0cb36f919af2cf4d71d34290b73f33ca
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 17 15:14:13 2020 -0400
Update junit-jupiter from 5.6.2 to 5.7.0 #153.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f6e80cd..4a4d6fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="686" dev="ggregory" type="add" due-to="Alan Moffat, Gary
Gregory">
IOUtils.toByteArray(InputStream) Javadoc does not match code
</action>
+ <action dev="ggregory" type="update" due-to="Dependabot">
+ Update junit-jupiter from 5.6.2 to 5.7.0 #153.
+ </action>
</release>
<!-- The release date is the date RC is cut -->
<release version="2.8.0" date="2020-09-05" description="Java 8 required.">