Skip to content

Commit e088b5b

Browse files
committed
fix(deps): update dependency org.mockito:mockito-bom to v5.16.1
1 parent 28e5b11 commit e088b5b

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.16.0</version>
31+
<version>5.16.1</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.16.0</version>
37+
<version>5.16.1</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>

0 commit comments

Comments
 (0)