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-shared-utils.git
The following commit(s) were added to refs/heads/master by this push: new 8f31df7 update to JUnit 4.13.2 8f31df7 is described below commit 8f31df7af9383d278fc5513729e1bdcf254fd997 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Fri Apr 16 17:14:09 2021 -0400 update to JUnit 4.13.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5fc16dc..0a75ed0 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13.1</version> + <version>4.13.2</version> <scope>test</scope> </dependency> <dependency>