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.02 #56

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.02. Updates unirest-java from 2.3.06 to 3.4.02

Changelog

Sourced from unirest-java's changelog.

3.4.02

  • #333 Spaces in route parameters
  • added the SameSite cookie attribute to the cookie parser
  • Updated checkstyle test dependency for security

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
... (truncated)
Commits
  • 6dea825 [maven-release-plugin] prepare release v3.4.02
  • c03b8a2 add SameSite as a cookie attribute option
  • df7421c issue #333 Spaces in route parameters
  • 84cc90b Merge pull request #332 from Kong/dependabot/maven/com.puppycrawl.tools-check...
  • 893b1e5 need to update checkstyle as well
  • 3cd29b7 Bump checkstyle from 8.18 to 8.29
  • 8bc9a6b [maven-release-plugin] prepare for next development iteration
  • 91154b7 [maven-release-plugin] prepare release v3.4.01
  • 62d5376 update changelog
  • 0ecf101 handle quotes in cookie values
  • Additional commits viewable in compare view


Updates unirest-objectmapper-jackson from 2.3.06 to 3.4.02

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 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 #62.