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 WireMock.Net from 1.5.53 to 1.6.9 #1491

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps WireMock.Net from 1.5.53 to 1.6.9.

Changelog

Sourced from WireMock.Net's changelog.

1.6.9 (06 December 2024)

  • #1216 - Fix JsonPartialMatcher when using property names with dot [bug] contributed by StefH
  • #1210 - JsonPartialMatcher fails to match on property name that JsonMatcher matches [bug]

1.6.8 (24 November 2024)

  • #1202 - Log exception when (static) mapping file cannot be read [feature] contributed by StefH
  • #1206 - Fix security issues [bug] contributed by StefH
  • #1211 - Use GraphQL 8.2.1 [feature] contributed by StefH
  • #1213 - Fix HandlebarsContext ParseAndEvaluate method [bug] contributed by StefH
  • #1201 - Mapping file parse errors are not logged to the console [feature]
  • #1209 - Upgrade of GraphQL libs to the latest [feature]
  • #1212 - Response Body Does Not Include Text After Path Segment [bug]

1.6.7 (17 October 2024)

  • #1161 - Use latest ProtoBufJsonConverter to support WellKnownTypes [bug] contributed by StefH
  • #1190 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #1194 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 [bug] contributed by StefH
  • #1197 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #1198 - Fix Google.Protobuf.WellKnownTypes.Value [bug] contributed by StefH
  • #1144 - Using google.protobuf.Empty as response results in a bad gRPC response [bug]
  • #1153 - Grpc support for multiple proto files [feature]
  • #1193 - Snyk issue : Regular Expression Denial of Service [bug]

1.6.6 (01 October 2024)

  • #1185 - Throw exception in case WithTransformer is used after WithBodyFromFile [bug] contributed by StefH
  • #1187 - Fix StaticMappingsPath in WireMockContainerBuilder [bug] contributed by StefH
  • #1184 - .WithBodyFromFile() + .WithTransformer(transformContentFromBodyAsFile: true) = empty string [bug]
  • #1186 - WithMappings path is null on Build() call [bug]

1.6.5 (28 September 2024)

  • #1175 - Add WireMock.Net.AspNetCore.Middleware [feature] contributed by StefH
  • #1181 - WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as default for Linux [feature] contributed by StefH
  • #1182 - pass in the request when no matching is found to the warn logger [feature] contributed by JasonLandbridge

1.6.4 (25 September 2024)

  • #1169 - Allow mapping without Path or Url [bug] contributed by StefH
  • #1170 - Update the .NET Aspire tests [feature] contributed by StefH
  • #1172 - Fix JSON parsing of text/plain content type [bug] contributed by ruxo
  • #1177 - Unpin Testcontainers version and upgrade to version 3.10.0 [bug] contributed by StefH
  • #1178 - Upgrade CS-Script to version 4.8.17 [feature] contributed by StefH
  • #1179 - Add WireMock.Net.TUnit project [feature] contributed by StefH
  • #1146 - Bump Request CS-Script 4.8.13 to 4.8.17 [feature]
  • #1167 - Admin API fails to create a mapping with Request Header matching using WildCardMatcher [bug]
  • #1168 - Numbers in text/plain content is parsed as JSON. [bug]
  • #1176 - WireMock.NET TestContainer Dependency Constraint Issue [bug]

1.6.3 (07 September 2024)

  • #1165 - Fix listen on AnyIP for url 0.0.0.0 contributed by cocoon
  • #1154 - Listen on all ips [bug]

... (truncated)

Commits

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 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 [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.5.53 to 1.6.9.
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](https://github.com/WireMock-Net/WireMock.Net/commits)

---
updated-dependencies:
- dependency-name: WireMock.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 9, 2024
@github-actions github-actions bot added the Test Test scripts and harnesses label Dec 9, 2024
Copy link

sonarcloud bot commented Dec 9, 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 Test Test scripts and harnesses
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants