Skip to content

Commit 8682a80

Browse files
committed
Move from mockito-inline to mockito-core
1 parent f0d7313 commit 8682a80

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,15 @@
108108

109109
<dependency>
110110
<groupId>org.mockito</groupId>
111-
<artifactId>mockito-inline</artifactId>
112-
<version>5.2.0</version>
111+
<artifactId>mockito-core</artifactId>
112+
<version>5.18.0</version>
113+
<scope>test</scope>
114+
</dependency>
115+
116+
<dependency>
117+
<groupId>org.mockito</groupId>
118+
<artifactId>mockito-junit-jupiter</artifactId>
119+
<version>5.18.0</version>
113120
<scope>test</scope>
114121
</dependency>
115122
</dependencies>

0 commit comments

Comments
 (0)