jenkinsci / discord-notifier-plugin

A post-build plugin that sends the build status to a Discord channel.
https://plugins.jenkins.io/discord-notifier/
MIT License
50 stars 25 forks source link

Bump unirest-java from 3.13.10 to 3.14.1 #103

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps unirest-java from 3.13.10 to 3.14.1.

Release notes

Sourced from unirest-java's releases.

Release v3.14.1

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

Changelog

Sourced from unirest-java's changelog.

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

  • 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

... (truncated)

Commits
  • 829dedb [maven-release-plugin] prepare release v3.14.1
  • c20ce3d issue #462 expose the HttpRequestSummary on the response object
  • 6c66c06 [maven-release-plugin] prepare for next development iteration
  • b754ed7 [maven-release-plugin] prepare release v3.14.0
  • ac57e66 issue #444, add ability to directly assert a body field in a multipart request
  • 4c246d7 issue #444, add ability to directly assert a body (only works with non-multip...
  • 32ef137 bump minor for some signature changes (non-breaking but still)
  • 82ca2af issue #451 pass original failure reason to new mapped response in ifFailure
  • 2d437ea issue #450 add authenticated proxies to requests
  • aa479ff issue #461 return HttpResponse<Empty> for asEmpty()
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #109.