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

chore(deps): bump unirest-version from 4.0.1 to 4.0.3 #542

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps unirest-version from 4.0.1 to 4.0.3.
Updates com.konghq:unirest-java-core from 4.0.1 to 4.0.3

Updates com.konghq:unirest-objectmapper-jackson from 4.0.1 to 4.0.3

Updates com.konghq:unirest-mocks from 4.0.1 to 4.0.3

Release notes

Sourced from com.konghq:unirest-mocks's releases.

Release v4.0.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 v4.0.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-mocks's changelog.

4.0.3

  • Another tweek to the BOM
  • Update dependencies (Jackson, GSON, Junit/Mockito)

4.0.2

  • Fix BOM coordinates

4.0.0

  • Java 11+ is now a requirement
  • HTTP2 support
  • WebSocket support
  • Apache Replaced by native Java HTTP Client
  • Modular Maven config with bom
  • Zero external runtime dependencies by default
  • You MUST include JSON support on your own (see upgrade guide)
  • New Maven coordinates
  • New packaging in order to not conflict with older versions

3.14.5

  • fix issue introduced with 3.14.4 where binary data is not read

3.14.4

  • Fix NullPointerException in MockClient
  • Fix argument validation in MonitoringInputStream

3.14.3

  • Attempt to skip recovering the body from large binary responses like files when an error occurs.

3.14.2

  • issue #469, do not add bytes twice in MonitoringInputStream

3.14.1

  • Add the RequestSummary to the HttpResponse

3.14.0

  • issue #461 return HttpResponse for asEmpty()
  • issue #450 add authenticated proxies to request
  • issue #451 pass original failure reason to new mapped response in ifFailure
  • issue #444, add ability to directly assert a body (only works with non-multipart bodies
  • issue #444, add ability to directly assert a body field in a multipart request
  • re-name some methods on the Assert interface to better express a fluent feel

3.13.13

  • Cookie dates always follow US Locale to avoid invalid unicode in headers

3.13.12

  • Allow use of progress monitor for byte[] bodies
  • Dependency upgrades

3.13.11

... (truncated)

Commits

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-version` from 4.0.1 to 4.0.3.

Updates `com.konghq:unirest-java-core` from 4.0.1 to 4.0.3

Updates `com.konghq:unirest-objectmapper-jackson` from 4.0.1 to 4.0.3

Updates `com.konghq:unirest-mocks` from 4.0.1 to 4.0.3
- [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.0.1...v4.0.3)

---
updated-dependencies:
- dependency-name: com.konghq:unirest-java-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.konghq:unirest-objectmapper-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.konghq:unirest-mocks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Rakambda as a code owner July 11, 2023 17:14
@dependabot dependabot bot added java Pull requests that update Java code type: 📚 dependencies Pull requests that update a dependency file labels Jul 11, 2023
@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Merging #542 (76b5c4c) into develop (4d88703) will decrease coverage by 26.95%.
The diff coverage is n/a.

@@              Coverage Diff               @@
##             develop     #542       +/-   ##
==============================================
- Coverage      85.27%   58.33%   -26.95%     
+ Complexity      1035       10     -1025     
==============================================
  Files            197        6      -191     
  Lines           3280       48     -3232     
  Branches         251        0      -251     
==============================================
- Hits            2797       28     -2769     
+ Misses           425       20      -405     
+ Partials          58        0       -58     
Flag Coverage Δ
unittests-miner ?
unittests-viewer 58.33% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 203 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Rakambda Rakambda merged commit f4614eb into develop Jul 11, 2023
9 of 10 checks passed
@Rakambda Rakambda deleted the dependabot-gradle-unirest-version-4.0.3 branch July 11, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code type: 📚 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant