This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MINDEXER-116 in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
commit dd9407f5f6101bbeb02a700ff94c74d9bba10d2a Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Fri Jan 22 23:37:45 2021 +0100 Bump junit from 4.13 to 4.13.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa0b4eb..1967ca7 100644 --- a/pom.xml +++ b/pom.xml @@ -270,7 +270,7 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.1</version> <scope>test</scope> </dependency>
