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-digester.git
The following commit(s) were added to refs/heads/master by this push: new 0d0df05 Update JUnit from 4.10 to 4.13. 0d0df05 is described below commit 0d0df05ab20525f43bfbbedeb0a940fc69f9b73e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 11 08:33:10 2020 -0400 Update JUnit from 4.10 to 4.13. --- core/pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 665fd44..8e886dd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.10</version> + <version>4.13</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 15df3e3..5666dd1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,6 +74,9 @@ <action dev="ggregory" type="update" issue="DIGESTER-188"> Update cglib from 2.2.2 to 3.2.5. </action> + <action dev="ggregory" type="update"> + Update JUnit from 4.10 to 4.13. + </action> </release> <release version="3.2" date="2011-12-13" description="Maintenance release."> <action dev="simonetripodi" type="fix" issue="DIGESTER-160">