This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 37bc3370a91b68dc6f7e19a98775d40f49110ebf Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jul 15 19:40:18 2021 +0200 RAT-283: Update to latest junit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8b7a2d..8ad9cfc 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ agnostic home for software distribution comprehension and audit tools. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13.1</version> + <version>4.13.2</version> <scope>test</scope> </dependency> <dependency>
