Skip to content

Commit 448475f

Browse files
committed
Fix segments and parsing commons mockito version
1 parent a5e16ec commit 448475f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

parsing-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.mockito</groupId>
3131
<artifactId>mockito-core</artifactId>
32-
<version>5.14.2</version>
32+
<version>1.10.19</version>
3333
<scope>test</scope>
3434
</dependency>
3535
</dependencies>

segment-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.mockito</groupId>
3939
<artifactId>mockito-core</artifactId>
40-
<version>5.14.2</version>
40+
<version>1.10.19</version>
4141
<scope>test</scope>
4242
</dependency>
4343
</dependencies>

0 commit comments

Comments
 (0)