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 55d75a69bc054980c0d97385c729b0d6e20bd30c Author: Hugo Hirsch <[email protected]> AuthorDate: Wed Oct 14 11:49:58 2020 +0200 RAT-277: Update junit to fix CVE-2020-15250 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92f480b..d67797e 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ agnostic home for software distribution comprehension and audit tools. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> <scope>test</scope> </dependency> <dependency>
