Skip to content

Commit 2585148

Browse files
mpalourdiosnicoll
authored andcommitted
Add mockito-inline dependency
Closes gh-10239
1 parent 1f73e6c commit 2585148

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)