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/07/17 18:18:58 UTC

[creadur-rat] 07/18: RAT-283: Update to latest junit

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 <po...@apache.org>
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>