Skip to content

Commit 56f3a22

Browse files
committed
fix(deps): update dependency org.mockito:mockito-bom to v5.19.0
1 parent bb68054 commit 56f3a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

topics/sw_concepts/code/pattern-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.mockito</groupId>
3030
<artifactId>mockito-bom</artifactId>
31-
<version>5.18.0</version>
31+
<version>5.19.0</version>
3232
<type>pom</type>
3333
<scope>import</scope>
3434
</dependency>

topics/testing/code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.mockito</groupId>
3636
<artifactId>mockito-bom</artifactId>
37-
<version>5.18.0</version>
37+
<version>5.19.0</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>

0 commit comments

Comments
 (0)