Skip to content

Commit 26b4282

Browse files
committed
update mockito library
1 parent 02a422e commit 26b4282

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
<!-- <sonarpython.version>4.22.0.16914</sonarpython.version>-->
6767
<!-- <sonarpython.version>5.4.0.22255</sonarpython.version>-->
6868

69-
<mockito.version>5.17.0</mockito.version>
7069
<lombok.version>1.18.38</lombok.version>
7170

7271
<!-- temporary version waiting for a real automatic release in creedengo repository -->
@@ -137,7 +136,7 @@
137136
<dependency>
138137
<groupId>org.mockito</groupId>
139138
<artifactId>mockito-junit-jupiter</artifactId>
140-
<version>${mockito.version}</version>
139+
<version>5.19.0</version>
141140
<scope>test</scope>
142141
</dependency>
143142

0 commit comments

Comments
 (0)