Bump httpclient from 4.1 to 4.5.13

Bumps httpclient from 4.1 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 4cc1773ba02a2d6a8f7b1fa51d0dd7fc069150bd
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Apache Sling

Build Status Sonarcloud Status Contrib jobs License

Apache Sling Jobs Integration Tests

This module is part of the Apache Sling project.

This project runs a test launcher that creates an OSGi instance with only what is required to run Server Side tests. Unfurtunately, since OSGi is a multi classloader environment its not possible to perform tests in this bundle, except tests over http as any references made to APIs will get resolved with the wrong classloader and so wont be able to interact with OSGi. Hence the tests are in a separate bundle that is loaded by the launchpad.