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 unirest-java from 3.1.04 to 3.2.00 #5696

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps unirest-java from 3.1.04 to 3.2.00.

Changelog

Sourced from unirest-java's changelog.

3.2.00

  • Allow users to inject a custom SSLContext into the Config for security
  • Allow for a custom interceptor that is called when
    • Before the request
    • After the request
    • When a fatal connection error happens.
  • Directly exposing Apache Interceptors is now deprecated
  • #319 escape spaces and tabs in raw urls
  • Override toString on Headers for better logging pr #321

3.1.02

  • #308 When parsing an error body allow for non-parsing error bodies

3.1.00

  • #301 Unirest is now configured by default with a JsonObjectMapper
  • #302 Support a globally configured error consumer
  • JsonNode now has a toPrettyString method for getting a formatted json string

3.0.00

  • Replace the dependency on org.json with a native kong.unirest library powered by gson that matches org.json interfaces. See the Upgrade Guide for details.
  • Issue #299. Remove gzip content-encoding header after decompression on async client

2.4.01

  • #308 When parsing an error body allow for non-parsing error bodies

2.4.00

  • add an entire new return type: asBytes() (as well as async versions) will return a raw byte[] array.

2.3.17

  • Issue #292: Use per request Object Mapper for request bodies.

2.3.16

  • Catch the proper error rather than Exception in the old-apache compatibility fix

2.3.15

  • Update jackson-databind to 2.9.9.3 because .2 has shenanigans

2.3.14

  • Update jackson-databind to 2.9.9.2 to address moderate security vulnerability

2.3.13

  • Add FAIL_ON_UNKNOWN_PROPERTIES = false to the default Jackson object mapper.

2.3.12

  • Remember when an older version of apache was on the path for the remainder of the runtime

2.3.11

  • Skip calling apache method that may not exist if older versions of client are on the path to avoid MethodNotFound exceptions.
  • Add a config option for setting the TTL of persistent connections:/ issue #286
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a non-semver update to a production dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [unirest-java](https://github.com/Kong/unirest-java) from 3.1.04 to 3.2.00.
- [Release notes](https://github.com/Kong/unirest-java/releases)
- [Changelog](https://github.com/Kong/unirest-java/blob/master/CHANGELOG.md)
- [Commits](Kong/unirest-java@v3.1.04...v3.2.00)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@Siedlerchr Siedlerchr merged commit 9fe018a into master Dec 2, 2019
@Siedlerchr Siedlerchr deleted the dependabot/gradle/com.konghq-unirest-java-3.2.00 branch December 2, 2019 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant