Skip to content

Bump unirestVersion from 4.4.5 to 4.8.0#6577

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

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

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

Release notes

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

Release v4.8.0

Release v4.7.4

Release v4.7.3

Release v4.7.2

Release v4.7.1

Release v4.7.0

Release v4.6.0

Changelog

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

4.8.0

  • Changed default ordering of form fields to the order they were added from alphabetical. Added additional sort method in case anyone wants them sorted the old way.

4.7.4

  • Re-Introduce a 2 Jackson 2 module available as unirest-modules-jackson-legacy. This will give people a better chance to migrate. This module will be dropped if/when Unirest goes to version 5. See the discussions for an apology.

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 can use the unirest-modules-jackson-legacy module that was added just after this version (see 4.7.4).

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
  • 1dfe3c4 [maven-release-plugin] prepare release v4.8.0
  • 78e279d bump minor for minor behavioral change
  • c0305b0 Merge pull request #562 from daglem/multipart-order
  • d296451 Don't sort MultipartBody fields by default
  • 74eb0dc Merge pull request #560 from Kong/dependabot/maven/org.assertj-assertj-core-3...
  • 3afd2b0 update docs to be more clear
  • 4badace Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
  • d886f6a add some copilot instructions
  • 504c233 rm release CI job that never did anything
  • 901ba2d update readme
  • Additional commits viewable in compare view

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

Release notes

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

Release v4.8.0

Release v4.7.4

Release v4.7.3

Release v4.7.2

Release v4.7.1

Release v4.7.0

Release v4.6.0

Changelog

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

4.8.0

  • Changed default ordering of form fields to the order they were added from alphabetical. Added additional sort method in case anyone wants them sorted the old way.

4.7.4

  • Re-Introduce a 2 Jackson 2 module available as unirest-modules-jackson-legacy. This will give people a better chance to migrate. This module will be dropped if/when Unirest goes to version 5. See the discussions for an apology.

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 can use the unirest-modules-jackson-legacy module that was added just after this version (see 4.7.4).

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
  • 1dfe3c4 [maven-release-plugin] prepare release v4.8.0
  • 78e279d bump minor for minor behavioral change
  • c0305b0 Merge pull request #562 from daglem/multipart-order
  • d296451 Don't sort MultipartBody fields by default
  • 74eb0dc Merge pull request #560 from Kong/dependabot/maven/org.assertj-assertj-core-3...
  • 3afd2b0 update docs to be more clear
  • 4badace Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
  • d886f6a add some copilot instructions
  • 504c233 rm release CI job that never did anything
  • 901ba2d update readme
  • 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 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.8.0.

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

Updates `com.konghq:unirest-modules-jackson` from 4.4.5 to 4.8.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.8.0)

Updates `com.konghq:unirest-modules-gson` from 4.4.5 to 4.8.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.8.0)

---
updated-dependencies:
- dependency-name: com.konghq:unirest-java-core
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.konghq:unirest-modules-jackson
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.konghq:unirest-modules-gson
  dependency-version: 4.8.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 Mar 20, 2026
@sonarqubecloud
Copy link

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.

0 participants