Skip to content

Commit fdd65c4

Browse files
authored
Merge pull request #31627 from geoand/#31251
Preserve Mockito's subclass behavior
2 parents 4a678b6 + ed74dd7 commit fdd65c4

File tree

1 file changed

+1
-1
lines changed
  • test-framework/junit5-mockito

1 file changed

+1
-1
lines changed

test-framework/junit5-mockito/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</dependency>
3232
<dependency>
3333
<groupId>org.mockito</groupId>
34-
<artifactId>mockito-core</artifactId>
34+
<artifactId>mockito-subclass</artifactId>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)