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 RestAssured.Net from 4.4.0 to 4.6.0 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2024

Bumps RestAssured.Net from 4.4.0 to 4.6.0.

Changelog

Sourced from RestAssured.Net's changelog.

[4.6.0] - 2024-12-09

Added

  • Added ability to strip charset from Content-Type header when automatically added by .NET (#132 by @​karboncopy)

Updated

  • Version bumps for NJsonSchema (main project), Microsoft.NET.Test.Sdk, WireMock.Net (test project)

[4.5.1] - 2024-11-20

Fixed

  • Fixed issue where sensitive request headers and cookies specified in a RequestSpecification weren't properly masked (#131)

[4.5.0] - 2024-11-19

Added

  • Added support for .NET 9 (#124)

Fixed

  • Fixed issue where ResponseLogLevel defined in static config could not be overwritten at individual test level (#128 by @​sqh-jack-starkey)

Deprecated

  • Deprecated Log(RequestLogLevel requestLogLevel) and Log(ResponseLogLevel responseLogLevel) in favour of Log(LogConfiguration logConfiguration)

Updated

  • Version bumps for HtmlAgilityPack (main project)
Commits
  • ac9e933 Extend tests to include example of stripping charset
  • d57ac42 Version bumps, prepare for release 4.6.0
  • ce5d331 Add option to strip character encoding indicator from request
  • ec190a6 Fix typo in CHANGELOG
  • 841a5c4 Prepare for release of RestAssured.Net 4.5.1
  • 5d3b042 Fix issue with not properly masking headers and cookies when specified in req...
  • 0bf817e Update tests, remove warnings
  • ac4ddbe Update masking sensitive data tests to use new logging logic
  • dba29e4 Prepare for RestAssured.Net 4.5.0 release
  • b8eed8f Enable setting logging settings using static configuration
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [RestAssured.Net](https://github.com/basdijkstra/rest-assured-net) from 4.4.0 to 4.6.0.
- [Changelog](https://github.com/basdijkstra/rest-assured-net/blob/main/CHANGELOG.md)
- [Commits](basdijkstra/rest-assured-net@rest-assured-net-4.4.0...rest-assured-net-4.6.0)

---
updated-dependencies:
- dependency-name: RestAssured.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 15, 2024
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants