File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
documentation/src/test/java/org/junit/api/tools Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ApiReport generateReport(String... packages) {
6666 Logger logger = LoggerFactory .getLogger (ApiReportGenerator .class );
6767 String EOL = System .lineSeparator ();
6868 ClassGraph classGraph = new ClassGraph () //
69- .whitelistPackages (packages ) //
69+ .acceptPackages (packages ) //
7070 .disableNestedJarScanning () //
7171 .enableAnnotationInfo (); //
7272 String apiClasspath = System .getProperty ("api.classpath" );
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ assertj.version=3.16.1
2222junit4.version =4.13
2323junit4Min.version =4.12
2424opentest4j.version =1.2.0
25- picocli.version =4.4 .0
26- univocity-parsers.version =2.8.4
25+ picocli.version =4.5 .0
26+ univocity-parsers.version =2.9.0
2727
2828# Test Dependencies
2929archunit.version =0.14.1
3030bartholdy.version =0.2.3
31- classgraph.version =4.8.68
32- commons-io.version =2.6
33- kotlinx-coroutines-core.version =1.3.5
34- groovy.version =3.0.2
35- log4j.version =2.13.1
36- mockito.version =3.4.2
31+ classgraph.version =4.8.87
32+ commons-io.version =2.7
33+ kotlinx-coroutines-core.version =1.3.9
34+ groovy.version =3.0.5
35+ log4j.version =2.13.3
36+ mockito.version =3.5.0
3737slf4j.version =1.7.30
3838spock.version =1.3-groovy-2.5
3939
You can’t perform that action at this time.
0 commit comments