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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 522d52d Update JUnit from 4.13 to 4.13.1. 522d52d is described below commit 522d52d9c7fd7c811e23edd0b51ee7d1bdf9d80e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 13 08:57:03 2020 -0400 Update JUnit from 4.13 to 4.13.1. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 649846b..46d0929 100644 --- a/pom.xml +++ b/pom.xml @@ -561,7 +561,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.1</version> </dependency> <dependency> <groupId>org.mockito</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 27f5d1c..3f15deb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -175,6 +175,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Update Apache Commons Net from 3.6 to 3.7.1. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Update JUnit from 4.13 to 4.13.1. + </action> </release> <release version="2.6.0" date="2020-01-06" description="New features and bug fix release."> <action dev="ggregory" due-to="Eitan Adler" type="fix">