This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch DOXIA-602 in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit 77cec3661e0c5c96ce9ec84942b3394ecfb61720 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Feb 6 12:36:40 2020 +0100 [DOXIA-602] Upgrade to JUnit 4.13 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d60bd1b..0010918 100644 --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency> </dependencies>