Skip to content

Bump WireMock.Net from 1.4.41 to 1.5.1 - #63

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/WireMock.Net-1.5.1
Closed

Bump WireMock.Net from 1.4.41 to 1.5.1#63
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/WireMock.Net-1.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2022

Copy link
Copy Markdown
Contributor

Bumps WireMock.Net from 1.4.41 to 1.5.1.

Changelog

Sourced from WireMock.Net's changelog.

1.5.1 (08 July 2022)

  • #762 - Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /examples/WireMock.Net.WebApplication.NETCore2 [dependencies] contributed by dependabot[bot]
  • #763 - Bump Newtonsoft.Json from 6.0.1 to 13.0.1 in /examples/WireMock.Net.Client.Net472 [dependencies] contributed by dependabot[bot]
  • #765 - Update WireMock.Org.Abstractions and WireMock.Org.RestClient [feature] contributed by StefH
  • #766 - Bump Microsoft.AspNetCore.Http from 2.1.1 to 2.1.22 in /examples/WireMock.Net.StandAlone.Net461 [dependencies] contributed by dependabot[bot]
  • #767 - Rename (WireMock.Pact.Models.V2)-Request to PactRequest and -Response to PactResponse [feature] contributed by StefH
  • #764 - Wrong mapping of method GetAdminMappingsAsync from IWireMockOrgApi [bug]

1.5.0 (09 June 2022)

  • #755 - Add MatchOperator "Or", "And" and "Average" for patterns [feature] contributed by StefH

1.4.43 (21 May 2022)

  • #757 - Log correct exception message when handling aggregate exceptions contributed by siewers
  • #759 - Add WireMock.Net.xUnit project [feature] contributed by StefH
  • #756 - WireMockConsoleLogger aggregate exception handling bug? [bug]
  • #758 - Add support for logging to an xUnit ITestOutputHelper [feature]

1.4.42 (13 May 2022)

  • #748 - Initial support for converting the mappings to a Pact(flow) json file [feature] contributed by StefH
  • #749 - Swagger support [feature] contributed by StefH
  • #750 - [Snyk] Security upgrade Newtonsoft.Json from 11.0.2 to 13.0.1 contributed by snyk-bot
  • #751 - Update NuGets packages [feature] contributed by StefH
  • #741 - Integrate with Pact [feature]
  • #753 - FluentAssertions - assert the server has not received a call [feature]
Commits
  • 9b7e590 1.5.1
  • b1032c9 Update WireMock.Org.Abstractions and WireMock.Org.RestClient (#765)
  • 4d0f96e Rename (WireMock.Pact.Models.V2)-Request to PactRequest and -Response to Pact...
  • ef12cb7 Bump Microsoft.AspNetCore.Http (#766)
  • c212d07 Bump Newtonsoft.Json in /examples/WireMock.Net.Client.Net472 (#763)
  • b9afb12 Bump Newtonsoft.Json in /examples/WireMock.Net.WebApplication.NETCore2 (#762)
  • 8dc9c4b 1.5.0
  • 0441c1d Add MatchOperator "Or", "And" and "Average" for patterns (#755)
  • 1f23022 1.4.43
  • 8d57f37 Add WireMock.Net.xUnit project (#759)
  • 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)

Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.4.41 to 1.5.1.
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](wiremock/WireMock.Net@1.4.41...1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 8, 2022
@dependabot
dependabot Bot requested a review from dolczykk July 8, 2022 20:29
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #63 (6873835) into dev (6e4051a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #63   +/-   ##
=======================================
  Coverage   88.55%   88.55%           
=======================================
  Files          21       21           
  Lines         236      236           
  Branches       13       13           
=======================================
  Hits          209      209           
  Misses         16       16           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e4051a...6873835. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #65.

@dependabot dependabot Bot closed this Jul 25, 2022
@dependabot
dependabot Bot deleted the dependabot/nuget/WireMock.Net-1.5.1 branch July 25, 2022 20:56
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.

1 participant