Skip to content

Update dependency com.konghq:unirest-java-core to v4.4.0

Maximilian.Dev Bot requested to merge renovate/unirest into main

This MR contains the following updates:

Package Type Update Change
com.konghq:unirest-java-core dependencies minor 4.2.9 -> 4.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kong/unirest-java (com.konghq:unirest-java-core)

v4.4.0

  • Issue #​526 split connection timeout from request timeout. The request no longer has a connection timeout setting, and instead has a request timeout setting as a replacement. Previously these two settings had been conflated. The overall config also has a default request timeout that will be applied to all requests if the request setting is not set. The default setting is null which indicates a infinite timeout.

v4.3.2

  • Issue #​523 when paging create a new copy of the request for each page rather than reusing the original
  • Issue #​524 support the Partitioned flag on cookies for CHIPs (Cookies Having Independent Partitioned State)
  • Make Path public. Because its handy

v4.3.1

  • Added convenience methods for using ContentType with accepts and contentType methods

v4.3.0

The modules have been repackaged and put into new maven coordinates in order to avoid conflicts with the 3.x line of unirest. The mock module has had its maven artifact ID changed only.

Old Maven Artifact ID New Maven Artifact ID Old Class Package New Class Package
unirest-object-mappers-gson unirest-modules-gson kong.unirest.gson kong.unirest.modules.gson
unirest-objectmapper-jackson unirest-modules-jackson kong.unirest.jackson kong.unirest.modules.jackson
unirest-mocks unirest-modules-mocks kong.unirest.core kong.unirest.core

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Maximilian.Dev Bot

Merge request reports