You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/06/21 19:53:17 UTC

[creadur-rat] 02/13: RAT-277: Update junit to fix CVE-2020-15250

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit b9ce6ac21fead55699def77ee4553a9d3a0d0b8d
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
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>