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
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ limitations under the License.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.5.0</version>
<version>5.23.0</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

Mockito 5 requires Java 11 or higher. Since this project targets Java 8 (as specified by <maven.compiler.source>1.8</maven.compiler.source>), upgrading to Mockito 5.23.0 will break the build and test execution. Please revert this upgrade or use the latest Java 8 compatible version of Mockito (4.11.0).

      <version>4.11.0</version>

<scope>test</scope>
</dependency>
<!-- [END_EXCLUDE] -->
Expand Down