You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
Build the project failed due to mockito version conflict between opensearch and notification
Execution failed for task ':notifications:compileTestKotlin'.
Error while evaluating property 'filteredArgumentsMap' of task ':notifications:compileTestKotlin'
Could not resolve all dependencies for configuration ':notifications:testCompileClasspath'.
> Conflict(s) found for the following module(s):
- org.mockito:mockito-core between versions 5.2.0 and 5.1.0
Run with:
--scan or
:notifications:dependencyInsight --configuration testCompileClasspath --dependency org.mockito:mockito-core
to get more insight on how to solve the conflict.
How can one reproduce the bug?
Steps to reproduce the behavior: ./gradlew build
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
OS: MacOS
Version
Plugins
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
What is the bug?
Build the project failed due to mockito version conflict between opensearch and notification
Execution failed for task ':notifications:compileTestKotlin'.
How can one reproduce the bug?
Steps to reproduce the behavior:
./gradlew build
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: