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
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':updateShas'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
> Conflict(s) found for the following module(s):
- org.apache.logging.log4j:log4j-api between versions 2.20.0 and 2.17.1
- org.apache.logging.log4j:log4j-core between versions 2.20.0 and 2.17.1
Run with:
--scan or
:dependencyInsight --configuration runtimeClasspath --dependency org.apache.logging.log4j:log4j-api
to get more insight on how to solve the conflict.
What is the bug?
Build fails with some latest dependency updates from core. This was caught by the compatibility checker on opensearch-project/OpenSearch#9073.
How can one reproduce the bug?
Build with latest core Snapshot.
What is the expected behavior?
Build passes w/o any updateShas failures
Do you have any screenshots?
Do you have any additional context?
#5910
The text was updated successfully, but these errors were encountered: