This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch dependabot/maven/main/mockito.version-5.2.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 8d3e64b9d83e5fecda6af1523f4f5b1a15d17399 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Tue Jul 25 14:12:56 2023 +0200 Switch from `inline` to legacy `subclass` mockmaker --- log4j-core-test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/log4j-core-test/pom.xml b/log4j-core-test/pom.xml index 72fbf824f3..a2f1b3ad3c 100644 --- a/log4j-core-test/pom.xml +++ b/log4j-core-test/pom.xml @@ -257,6 +257,11 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-subclass</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId>
