Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.konghq:unirest-java-bom from 4.3.1 to 4.4.0 #105

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps com.konghq:unirest-java-bom from 4.3.1 to 4.4.0.

Release notes

Sourced from com.konghq:unirest-java-bom's releases.

Release v4.4.0

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 v4.3.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

Changelog

Sourced from com.konghq:unirest-java-bom's changelog.

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

4.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
Commits
  • 0595041 [maven-release-plugin] prepare release v4.4.0
  • 54add72 update docs
  • ea4973b rm connection timeout exception
  • 5419425 bump minor for small breaking change
  • d7efdd2 dont hide fields
  • faf2c3f allow setting the Partitioned flag on cookies
  • 4c53737 request timeout can be null but not negative
  • 06af301 update docs
  • 6eadf15 issue #526 split connection timeout and request timeout
  • 386e94a update docs
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.konghq:unirest-java-bom](https://github.com/Kong/unirest-java) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/Kong/unirest-java/releases)
- [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md)
- [Commits](Kong/unirest-java@v4.3.1...v4.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 15, 2024
@haroon-sheikh haroon-sheikh enabled auto-merge (squash) May 15, 2024 13:37
@haroon-sheikh haroon-sheikh merged commit aad418d into master May 15, 2024
1 check passed
@haroon-sheikh haroon-sheikh deleted the dependabot/maven/com.konghq-unirest-java-bom-4.4.0 branch May 15, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant