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.6.01 #99

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.6.01. Updates unirest-java from 2.3.06 to 3.6.01

Changelog

Sourced from unirest-java's changelog.

3.6.01

  • Issue #341:
    • Do not URLDecode cookie values because they may not be and decoding can remove legit values like +
    • Split cookie pairs on the first = only so values can have =

3.4.00

  • issue #336 Add ProgressMonitor for file downloads.

3.5.00

  • Re-package the object mapper sub-modules to work with Java 11 per issue #324.
  • Update Jackson to 2.10.2
  • Update various build tools to work with Java 11

3.4.04

  • issue #335 keep around failure bodies for mapping to error objects
  • Request objects implement equals for future feature to support request caching

3.4.03

  • Patch bump of all Apache dependencies
  • Patch bump of gson
  • Minor bump of test dependencies: junit, mockito, etc

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
... (truncated)
Commits
  • f7d45f7 [maven-release-plugin] prepare release v3.6.01
  • 6b73d4e update the changelog
  • 7e8bd41 issue #341 handle = in cookie values and do not urlDecode by default
  • 155d34b some test refactorings and move to junit5
  • 666faee backfill some tests
  • 4e51997 merge all the different basicresponse-ish types into BasicResponse
  • af38be0 update docs
  • dfc560f [maven-release-plugin] prepare for next development iteration
  • 779b17f [maven-release-plugin] prepare release v3.6.00
  • 2b48370 bump minor for new features
  • Additional commits viewable in compare view


Updates unirest-objectmapper-jackson from 2.3.06 to 3.6.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.


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