Skip to content

Commit 3fcaa97

Browse files
committed
Merge pull request #10239 from mpalourdio:mockito-inline
* pr/10239: Add mockito-inline dependency
2 parents 1f73e6c + 2585148 commit 3fcaa97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,6 +2055,11 @@
20552055
<artifactId>mockito-core</artifactId>
20562056
<version>${mockito.version}</version>
20572057
</dependency>
2058+
<dependency>
2059+
<groupId>org.mockito</groupId>
2060+
<artifactId>mockito-inline</artifactId>
2061+
<version>${mockito.version}</version>
2062+
</dependency>
20582063
<dependency>
20592064
<groupId>org.mongodb</groupId>
20602065
<artifactId>bson</artifactId>

0 commit comments

Comments
 (0)