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?
Backward compatibility tests are failing for security plugin on the main branch which impacts the release quality and prevents us from catching any regressions / bugs that might creep.
How can one reproduce the bug?
Steps to reproduce the behavior:
Attaching recent PRs -
What is the expected behavior?
Backward Compatibility tests should be passing in GitHub actions.
What is your host/environment?
N/A
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Tests seem to be failing due to a dependency conflict
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all dependencies for configuration ':compileClasspath'.
> Conflict(s) found for the following module(s):
- org.apache.httpcomponents:httpclient between versions 4.5.14 and 4.5.13
Run with:
--scan or
:dependencyInsight --configuration compileClasspath --dependency org.apache.httpcomponents:httpclient
to get more insight on how to solve the conflict.
The text was updated successfully, but these errors were encountered:
parasjain1
added
bug
Something isn't working
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Jul 7, 2023
What is the bug?
Backward compatibility tests are failing for security plugin on the main branch which impacts the release quality and prevents us from catching any regressions / bugs that might creep.
How can one reproduce the bug?
Steps to reproduce the behavior:
Attaching recent PRs -
What is the expected behavior?
Backward Compatibility tests should be passing in GitHub actions.
What is your host/environment?
N/A
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Tests seem to be failing due to a dependency conflict
The text was updated successfully, but these errors were encountered: