Skip to content

Commit

Permalink
Keep mockito older because of Java8
Browse files Browse the repository at this point in the history
  • Loading branch information
slavikm committed Nov 19, 2024
1 parent 55b30cb commit 0f7832a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
<artifactId>mockito-junit-jupiter</artifactId>
<groupId>org.mockito</groupId>
<scope>test</scope>
<version>5.14.2</version>
<version>4.11.0</version>
</dependency>
<dependency>
<artifactId>mockito-core</artifactId>
<artifactId>mockito-inline</artifactId>
<groupId>org.mockito</groupId>
<scope>test</scope>
<version>5.14.2</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>uk.org.webcompere</groupId>
Expand Down

0 comments on commit 0f7832a

Please sign in to comment.