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 rest-assured from 4.2.0 to 4.3.0 in /modules/vault #2440

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 16, 2020

Bumps rest-assured from 4.2.0 to 4.3.0.

Changelog

Sourced from rest-assured's changelog.

Changelog 4.3.0 (2020-03-13)

  • Upgraded from Groovy 2.5.7 to Groovy 3.0.2
  • Upgrading Kotlin extension module to use Kotlin 1.3.70 (previously 1.3.50 was used)
  • Fixed so that DecoderConfig is properly set and used in the response in the Spring MockMvc module (thanks to dawiking for pull request)
  • Fix jsonb serialization method in JsonbMapper (issue 1274) (thanks to Matthias for pull request)
  • Fixed so that the predefined ResponseAwareMatchers "endsWithPath" and "startsWithPath" supports checking number properties
  • Allow multipart uploads using PUT with Spring MockMvc (thanks to Ankit Tomar for pull request)
  • Allow configuring CookieFilter (by using a new overloaded constructor) whether or not it should be allowed to specify multiple cookies with the same name (thanks to Ivo Šmíd for pull request)
Commits
  • 00495f8 [maven-release-plugin] prepare release rest-assured-4.3.0
  • 486cc66 Preparing changelog for next release
  • 1e37aa3 Re-added nio-multipart-parser dependency to make mutipart uploads work for Sp...
  • f3ad3bf Upgrading to Kotlin 1.3.70
  • 9a90a8a Updated changelog to reflect latest changes
  • 85c736d Cleanup after pull request
  • 3234617 Multipart Support for PUT method (#1264)
  • 56e1b66 Some refactorings to CookieFilter to make the new configuration setting easie...
  • 8b5dc58 Allow CookieFilter to decide if cookie name has to be checked when storing co...
  • 1b672c9 Make tests more stable by using JSONAssert equals (#1277)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 16, 2020
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to automerge this PR, but received the following error from GitHub:

Waiting on code owner review from bsideup, kiview, and/or rnorth.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/vault/io.rest-assured-rest-assured-4.3.0 branch 2 times, most recently from e16a251 to 54998cf Compare March 31, 2020 12:42
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/vault/io.rest-assured-rest-assured-4.3.0 branch from 54998cf to c014b1e Compare April 4, 2020 19:04
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/vault/io.rest-assured-rest-assured-4.3.0 branch from c014b1e to bffe4f5 Compare April 4, 2020 19:05
@rnorth rnorth merged commit fad1667 into master Apr 4, 2020
@rnorth rnorth deleted the dependabot/gradle/modules/vault/io.rest-assured-rest-assured-4.3.0 branch April 4, 2020 19:05
quincy pushed a commit to quincy/testcontainers-java that referenced this pull request May 28, 2020
…rs#2440)

Bumps [rest-assured](https://github.com/jayway/rest-assured) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/jayway/rest-assured/releases)
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-4.2.0...rest-assured-4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant