Skip to content

Commit 78a431b

Browse files
committed
sanitised mockito dependencies
1 parent 9ba1e9e commit 78a431b

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@
231231
<scope>import</scope>
232232
<type>pom</type>
233233
</dependency>
234+
<dependency>
235+
<groupId>org.mockito</groupId>
236+
<artifactId>mockito-bom</artifactId>
237+
<version>5.18.0</version>
238+
<scope>import</scope>
239+
<type>pom</type>
240+
</dependency>
234241
</dependencies>
235242
</dependencyManagement>
236243

@@ -263,7 +270,6 @@
263270
<dependency>
264271
<groupId>org.mockito</groupId>
265272
<artifactId>mockito-core</artifactId>
266-
<version>5.8.0</version>
267273
</dependency>
268274
<dependency>
269275
<groupId>org.assertj</groupId>

testing/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
29-
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-bom -->
30-
<dependency>
31-
<groupId>org.mockito</groupId>
32-
<artifactId>mockito-bom</artifactId>
33-
<version>5.8.0</version>
34-
<scope>import</scope>
35-
<type>pom</type>
36-
</dependency>
3729
</dependencies>
3830
</dependencyManagement>
3931

@@ -57,12 +49,6 @@
5749
<groupId>org.apache.logging.log4j</groupId>
5850
<artifactId>log4j-api</artifactId>
5951
</dependency>
60-
<dependency>
61-
<groupId>org.mockito</groupId>
62-
<artifactId>mockito-core</artifactId>
63-
<version>5.18.0</version>
64-
<scope>test</scope>
65-
</dependency>
6652
<dependency>
6753
<groupId>org.mockito</groupId>
6854
<artifactId>mockito-junit-jupiter</artifactId>

0 commit comments

Comments
 (0)