-
Notifications
You must be signed in to change notification settings - Fork 332
Closed
Labels
bugSomething isn't workingSomething isn't workinguntriagedRequire the attention of the repository maintainers and may need to be prioritizedRequire the attention of the repository maintainers and may need to be prioritized
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinguntriagedRequire the attention of the repository maintainers and may need to be prioritizedRequire the attention of the repository maintainers and may need to be prioritized