Skip to content

Comments

Bump unirestVersion from 4.4.5 to 4.7.0#6550

Closed
dependabot[bot] wants to merge 1 commit intorelease/os/5.3from
dependabot/gradle/unirestVersion-4.7.0
Closed

Bump unirestVersion from 4.4.5 to 4.7.0#6550
dependabot[bot] wants to merge 1 commit intorelease/os/5.3from
dependabot/gradle/unirestVersion-4.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Bumps unirestVersion from 4.4.5 to 4.7.0.
Updates com.konghq:unirest-java-core from 4.4.5 to 4.7.0

Updates com.konghq:unirest-modules-jackson from 4.4.5 to 4.7.0

Release notes

Sourced from com.konghq:unirest-modules-jackson's releases.

Release v4.7.0

Release v4.6.0

Changelog

Sourced from com.konghq:unirest-modules-jackson's changelog.

4.7.0

  • Bump Jackson module to Jackson 3. This also requires the Jackson module to be at Java 17. All other modules are still at 11
    • Users who wish to continue to use Jackson 2 may still pull in the last Jackson module on that version (4.6.1). It will continue to be compatible with Unirest 4

4.6.1

  • Minor dependency bumps

4.6.0

  • Add support for multiple proxies and authentication per host

4.5.2

  • Dependency updates

4.5.1

  • Add Config method for setting system property jdk.internal.httpclient.disableHostnameVerification. This will disable host name verification for ALL instances of Unirest or the Java client on the JVM

4.5.0

  • Added support for Server Sent Events. See Documentation.

4.4.11

  • Updated dependencies
  • versions 4.4.8 - 4.4.10 were lost to Maven Central authentication changes

4.4.7

  • issue #542 should pass default response to dynamically created invocations
Commits
  • be62d87 [maven-release-plugin] prepare release v4.7.0
  • d43f208 Merge pull request #555 from Kong/jackson
  • 322d05a set jenv to 25
  • 0739c76 update changelog
  • 425a75a bump minor for new Java 17 and Jackson 3 requirement on Jackson module
  • 4489f86 move to jackson 3
  • f8ea679 jackson 3 requires java 17
  • 7085714 add proxies to the doc nav
  • f98c042 [maven-release-plugin] prepare for next development iteration
  • 9641e74 [maven-release-plugin] prepare release v4.6.0
  • Additional commits viewable in compare view

Updates com.konghq:unirest-modules-gson from 4.4.5 to 4.7.0

Release notes

Sourced from com.konghq:unirest-modules-gson's releases.

Release v4.7.0

Release v4.6.0

Changelog

Sourced from com.konghq:unirest-modules-gson's changelog.

4.7.0

  • Bump Jackson module to Jackson 3. This also requires the Jackson module to be at Java 17. All other modules are still at 11
    • Users who wish to continue to use Jackson 2 may still pull in the last Jackson module on that version (4.6.1). It will continue to be compatible with Unirest 4

4.6.1

  • Minor dependency bumps

4.6.0

  • Add support for multiple proxies and authentication per host

4.5.2

  • Dependency updates

4.5.1

  • Add Config method for setting system property jdk.internal.httpclient.disableHostnameVerification. This will disable host name verification for ALL instances of Unirest or the Java client on the JVM

4.5.0

  • Added support for Server Sent Events. See Documentation.

4.4.11

  • Updated dependencies
  • versions 4.4.8 - 4.4.10 were lost to Maven Central authentication changes

4.4.7

  • issue #542 should pass default response to dynamically created invocations
Commits
  • be62d87 [maven-release-plugin] prepare release v4.7.0
  • d43f208 Merge pull request #555 from Kong/jackson
  • 322d05a set jenv to 25
  • 0739c76 update changelog
  • 425a75a bump minor for new Java 17 and Jackson 3 requirement on Jackson module
  • 4489f86 move to jackson 3
  • f8ea679 jackson 3 requires java 17
  • 7085714 add proxies to the doc nav
  • f98c042 [maven-release-plugin] prepare for next development iteration
  • 9641e74 [maven-release-plugin] prepare release v4.6.0
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 `unirestVersion` from 4.4.5 to 4.7.0.

Updates `com.konghq:unirest-java-core` from 4.4.5 to 4.7.0

Updates `com.konghq:unirest-modules-jackson` from 4.4.5 to 4.7.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.4.5...v4.7.0)

Updates `com.konghq:unirest-modules-gson` from 4.4.5 to 4.7.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.4.5...v4.7.0)

---
updated-dependencies:
- dependency-name: com.konghq:unirest-java-core
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.konghq:unirest-modules-jackson
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.konghq:unirest-modules-gson
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 30, 2025 04:13
@sonarqubecloud
Copy link

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

This PR is stale because it has been open 7 days with no activity. Remove the Stale label or add a comment - otherwise this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jan 7, 2026
@github-actions
Copy link

This PR was closed because it has been stale for 7 days with no activity.

@github-actions github-actions bot closed this Jan 14, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/unirestVersion-4.7.0 branch January 14, 2026 00:02
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 Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants