Skip to content

Commit

Permalink
refactor: Downgraded the mockito version, as 5 is no longer compatibl…
Browse files Browse the repository at this point in the history
…e with java 8
  • Loading branch information
chrisdutz committed Jan 5, 2024
1 parent d98ae48 commit 9531c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.8.0</version>
<!-- Starting with version 5, mockito requires Java 11 -->
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 9531c98

Please sign in to comment.