<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.18.1</version>
</dependency>
<parent> <groupId>org.assertj</groupId> <artifactId>assertj-parent-pom</artifactId> <version>2.2.8</version> </parent>
provided
|-- junit:junit:4.13
|-- org.junit.jupiter:junit-jupiter-api:5.6.3
|-- org.opentest4j:opentest4j:1.2.0
test
|-- org.junit.jupiter:junit-jupiter:5.6.3
|-- org.junit.vintage:junit-vintage-engine:5.6.3
|-- org.junit.platform:junit-platform-testkit:1.6.3
|-- org.mockito:mockito-core:3.6.0
|-- org.mockito:mockito-junit-jupiter:3.6.0
|-- com.fasterxml.jackson.core:jackson-databind:2.11.3
|-- com.github.marschall:memoryfilesystem:2.1.0
|-- com.google.guava:guava:30.0-jre
|-- org.apache.commons:commons-lang3:3.11
|-- commons-io:commons-io:2.8.0