Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>4.11.0</version>
<version>5.21.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Upgrading to Mockito 5 introduces a requirement for Java 11 or higher. This project appears to maintain compatibility with Java 8 (for example, samples/pom.xml targets Java 1.8), so this major version upgrade will likely break the build for Java 8 users and CI environments. It is recommended to stay on Mockito 4.x until Java 8 support is officially dropped.

<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down