Skip to content

Commit f6c1db6

Browse files
authored
Downgrade Mockito version to 4.11.0
1 parent 5bc1d1e commit f6c1db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ under the License.
270270
<dependency>
271271
<groupId>org.mockito</groupId>
272272
<artifactId>mockito-core</artifactId>
273-
<version>5.21.0</version>
273+
<version>4.11.0</version>
274274
</dependency>
275275
<dependency>
276276
<groupId>org.mockito</groupId>
277277
<artifactId>mockito-junit-jupiter</artifactId>
278-
<version>5.21.0</version>
278+
<version>4.11.0</version>
279279
</dependency>
280280
<dependency>
281281
<groupId>org.xmlunit</groupId>

0 commit comments

Comments
 (0)