OpenBankingToolkit / cdr-standards-application-services

ForgeRock Consumer Data Right Standards Application Services is an example of how you can bundle all the micro-services together to create an CDR eco-system
1 stars 1 forks source link

Bump unirest-java.version from 2.3.06 to 3.4.01 #25

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps unirest-java.version from 2.3.06 to 3.4.01. Updates unirest-java from 2.3.06 to 3.4.01

Changelog

Sourced from unirest-java's changelog.

3.4.01

  • #331 ArrayIndexOutOfBoundsException when parsing cookie
  • Handle quoted cookie values

3.4.00

  • Add methods to add cookies to the request and read cookie from the response

3.3.00

  • Allow setting a custom HostNameVerifier for issue #322
  • By default use DefaultHostNameVerifier rather than the noop one

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
... (truncated)
Commits
  • 91154b7 [maven-release-plugin] prepare release v3.4.01
  • 62d5376 update changelog
  • 0ecf101 handle quotes in cookie values
  • 3c4eb8a issue #331 ArrayIndexOutOfBoundsException when parsing cookie. Also deal with...
  • 8f25084 update docs
  • 5c0c0a6 [maven-release-plugin] prepare for next development iteration
  • f62f327 [maven-release-plugin] prepare release v3.4.00
  • c5932ee bump minor for new feature
  • 2a27019 Merge pull request #330 from Kong/cookies
  • 3d36e06 checkstyle exclusion
  • Additional commits viewable in compare view


Updates unirest-objectmapper-jackson from 2.3.06 to 3.4.01

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #56.