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:19:07 UTC

[creadur-rat] 16/18: RAT-283: Fix error after hamcrest update

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 caa8bff5483b243318b615ac7084f086d7b10b3d
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Thu Jul 15 23:08:30 2021 +0200

    RAT-283: Fix error after hamcrest update
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d281859..310ec30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>org.hamcrest</groupId>
         <artifactId>hamcrest-library</artifactId>
-        <version>2.5</version>
+        <version>2.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>