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.5.1 #12

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

Bumps RestAssured.Net from 4.4.0 to 4.5.1.

Changelog

Sourced from RestAssured.Net's changelog.

[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
  • 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
  • d15ae5a Set new logging settings using request specification
  • a83796f Update logging logic to make it more flexible, deprecate existing methods
  • 2194d2b Add .NET 9 to CI workflow
  • 3eb0645 Target .NET 9 in all projects, make dependency versions framework-version spe...
  • 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.5.1.
- [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.5.1)

---
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 Nov 24, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 15, 2024

Superseded by #18.

@dependabot dependabot bot closed this Dec 15, 2024
@dependabot dependabot bot deleted the dependabot/nuget/RestAssured.Net-4.5.1 branch December 15, 2024 07:48
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