Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 #1947

Commits on Oct 29, 2024

  1. Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1

    Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.3.1 to 5.4.1.
    - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.1/RELEASE_NOTES.txt)
    - [Commits](apache/httpcomponents-client@rel/v5.3.1...rel/v5.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents.client5:httpclient5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f728036 View commit details
    Browse the repository at this point in the history
  2. pass the context to client.execute() call in test

    In apache/httpcomponents-client@762b18f#diff-211fca6aa691ca5414d407b6c70c9b02e75873835bc84f00a96b21af0f86fb4fR321 the empty context creation was removed from the execute() method leading to NPEs in tests.
    kasmarian committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    46d93ef View commit details
    Browse the repository at this point in the history