This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
The following commit(s) were added to refs/heads/master by this push: new 2970427 update JUnit dependency to 4.13.1 2970427 is described below commit 29704273250761485c5d500bc43751568019baf3 Author: gmakris <georgios.mak...@gmail.com> AuthorDate: Mon Oct 19 21:41:39 2020 +0200 update JUnit dependency to 4.13.1 Closes #6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b417a3..d3374c7 100644 --- a/pom.xml +++ b/pom.xml @@ -195,7 +195,7 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.1</version> <scope>test</scope> </dependency> </dependencies>