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.5.00 #66

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.5.00. Updates unirest-java from 2.3.06 to 3.5.00

Changelog

Sourced from unirest-java's changelog.

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.5.00

  • 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

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.
... (truncated)
Commits
  • 38ce5fd [maven-release-plugin] prepare release v3.5.00
  • 42d39a5 set the source for the javadoc because it still doesnt work with 11
  • 02be1b1 bump javadoc plugin for java 11 issues
  • 1d6eb43 bump jacoco-maven-plugin
  • 552f647 bump minor version due to repackaging the submodules for java 11
  • a452358 move the modules into their own namespace per issue #324
  • 29f6fb9 bump doc
  • afbffdf [maven-release-plugin] prepare for next development iteration
  • 2817e90 [maven-release-plugin] prepare release v3.4.04
  • da02f66 make HttpMethod not care about case
  • Additional commits viewable in compare view


Updates unirest-objectmapper-jackson from 2.3.06 to 3.5.00

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