Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps unirest-java from 3.11.01 to 3.13.13.

Release notes

Sourced from unirest-java's releases.

Release v3.13.13

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.12

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.11

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.10

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.9

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.8

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.7

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.6

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.5

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.4

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.3

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.2

See CHANGELOG.md for details. Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

Release v3.13.1

See CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from unirest-java's changelog.

3.13.11

  • Content-Type should be overwritten rather than adding a second Content-Type
  • Forcing multipart overrides content-type headers

3.13.9

  • Bypass silly NPE in Json Parsing

3.13.8

  • Made HttpMethod::all static

3.13.7

  • Dependency upgrades

3.13.6

  • issue #424 Cannot use response.mapError with ByteResponse

3.13.5

  • Bump httpasyncclient dependency to 4.1.5 for bug fixes.

3.13.4

  • Add ability to override all Headers with a map

3.13.3

  • Support a way to override Apache HttpClientBuilder options with the Client Builder. All Unirest configs are set first, then the consumer is called which allows consumers to override or add additional configs:
 Unirest.config()
        .httpClient(ApacheClient.builder(c -> c.setMaxConnTotal(5000));

3.13.2

  • Allow using a MockResponse in the MockRequestBuilder

3.13.1

  • add some new features to MockClient
    • mockClient.reset() will clear any expectations
    • mockClient.defaultResponse() returns a default response expectation for when an explicit expectation was not matched
    • thenReturn(Supplier supplier) allows you to set the response body as a supplier to be invoked at request time.

3.13.0

  • Support InputStreams as bodies.
  • Support ProgressMonitors for InputStream bodies
  • Unirest-Mocks now includes a MockResponse and a MockConfig for use independent of the MockClient

3.12.0

  • Bump GSON to 2.8.8
  • Support honoring Retry-After headers on 429/529 for regular (not async) requests.
    • This feature will likely not make it to async until Unirest 4.
    • Can be enabled with Unirest.config().retryAfter(true);
    • Has a max re-try counter with a default of 10 which can be set with:
      • Unirest.config().retryAfter(true, maxNumberOfRetries);

... (truncated)

Commits
  • a7fa548 [maven-release-plugin] prepare release v3.13.13
  • 48d10b3 dates should default to US format
  • 5bd9ef3 [maven-release-plugin] prepare for next development iteration
  • a760b93 [maven-release-plugin] prepare release v3.13.12
  • aa97dfc update dependencies
  • 0b35541 allow use of progressmonitor for byte bodies
  • 7c1562d rename the testobjectmapper
  • 6c95ea0 move the BDD tests into their own module so we can be dependent on other modules
  • c255245 upate docs
  • a23c276 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [unirest-java](https://github.com/Kong/unirest-java) from 3.11.01 to 3.13.13.
- [Release notes](https://github.com/Kong/unirest-java/releases)
- [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md)
- [Commits](Kong/unirest-java@v3.11.01...v3.13.13)

---
updated-dependencies:
- dependency-name: com.konghq:unirest-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 21, 2022

The following labels could not be found: type: dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 28, 2022

Superseded by #144.

@dependabot dependabot bot closed this Nov 28, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.konghq-unirest-java-3.13.13 branch November 28, 2022 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant