<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>logcaptor</artifactId>
<version>2.9.1</version>
</dependency>
compile
|-- ch.qos.logback:logback-classic:1.3.11
|-- org.apache.logging.log4j:log4j-to-slf4j:2.22.0
|-- org.slf4j:jul-to-slf4j:2.0.9
test
|-- org.junit.jupiter:junit-jupiter-api:5.10.1
|-- org.junit.jupiter:junit-jupiter-engine:5.10.1
|-- org.assertj:assertj-core:3.24.2
|-- org.mockito:mockito-junit-jupiter:4.11.0
|-- org.slf4j:slf4j-simple:2.0.9
|-- org.slf4j:log4j-over-slf4j:2.0.9
|-- org.apache.logging.log4j:log4j-slf4j2-impl:2.22.0