<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>logcaptor</artifactId>
<version>2.10.0</version>
</dependency>
compile
|-- ch.qos.logback:logback-classic:1.3.14
|-- org.apache.logging.log4j:log4j-to-slf4j:2.24.1
|-- org.slf4j:jul-to-slf4j:2.0.16
test
|-- org.junit.jupiter:junit-jupiter-api:5.11.3
|-- org.junit.jupiter:junit-jupiter-engine:5.11.3
|-- org.assertj:assertj-core:3.26.3
|-- org.mockito:mockito-junit-jupiter:4.11.0
|-- net.bytebuddy:byte-buddy:1.15.10
|-- org.slf4j:slf4j-simple:2.0.16
|-- org.slf4j:log4j-over-slf4j:2.0.16
|-- org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1