From d18e81dc74136cb3ac989677b8ea5cf680adb661 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Mon, 26 Apr 2021 21:13:09 -0700 Subject: [PATCH] More informative message --- src/test/java/org/kohsuke/github/ArchTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/kohsuke/github/ArchTests.java b/src/test/java/org/kohsuke/github/ArchTests.java index 344fdc513..a93cea492 100644 --- a/src/test/java/org/kohsuke/github/ArchTests.java +++ b/src/test/java/org/kohsuke/github/ArchTests.java @@ -175,7 +175,7 @@ public class ArchTests { target(HasOwner.Predicates.With.owner(resideInAPackage("org.apache.commons.."))) .and(DescribedPredicate.not(approvedApacheCommonsMethods))))) .because( - "Only commons methods that have been manually verified to be compatible with v2.4 should be used."); + "Only commons methods that have been manually verified to be compatible with commons-io:2.4 or earlier and commons-lang3:3.9 or earlier should be used."); onlyApprovedApacheCommonsLang3Methods.check(classFiles); }