Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2025

This PR contains the following updates:

Package Change Age Confidence
WireMock.Net 1.5.3 -> 1.16.0 age confidence

Release Notes

wiremock/WireMock.Net (WireMock.Net)

v1.16.0

Compare Source

  • #​1366 - WireMock.Net.OpenApiParser : support Examples [feature] contributed by StefH
  • #​1375 - Add WireMockHealthCheck in WireMock.Net.Aspire [feature] contributed by Zguy
  • #​1377 - Check if the path is valid when using WithPath(...) [feature] contributed by StefH
  • #​1380 - Add WireMock.Net.xUnit.v3 project [feature] contributed by StefH
  • #​1364 - Choosing examples from open api specification for responses. [feature]
  • #​1376 - AdminApiMappingBuilder WithPath should add the starting / if missing [feature]
  • #​1379 - xUnit v3 [feature]

v1.15.0

Compare Source

  • #​1367 - Fix WithProbability logic [bug] contributed by StefH
  • #​1370 - Support Testcontainers 4.8.0 [bug] contributed by MD-V
  • #​1126 - Request matching WithProbability strange behaviour [bug]

v1.14.0

Compare Source

  • #​1362 - Update ProxyUrlReplaceSettingsModel with TransformTemplate property [feature] contributed by StefH
  • #​1363 - Add Tls13 [bug] contributed by StefH
  • #​1342 - Facing SSL certificate validation error when using .NET 5 and above framework for some http services during recording [bug]
  • #​1360 - ProxyURL path configuration [feature]

v1.13.0

Compare Source

  • #​1358 - TypeLoader: implement Try methods [feature] contributed by StefH
  • #​1361 - ProxyUrlTransformer [feature] contributed by StefH

v1.12.0

Compare Source

  • #​1357 - Upgrade Testcontainers to 4.7.0 [feature] contributed by StefH
  • #​1356 - WireMock.Net 1.11.2 is not compatible with TestContainers 4.7.0 [bug]

v1.11.2

  • #​1352 - Add additional try-catch to TypeLoader logic [feature] contributed by StefH
  • #​1354 - Add System.Net.Http again to solve CVE warning [bug] contributed by StefH
  • #​1355 - Revert JetBrains.Annotations and add System.Text.RegularExpressions t… [bug] contributed by StefH
  • #​1071 - Split WireMock into multiple nuget packages depending on features [feature]
  • #​1351 - Version 1.11.0 seems to have a dependency to non-existing version of JetBrans.Annotations [bug]
  • #​1353 - 1.11.0: NU1903: Warning As Error: Package 'System.Net.Http' 4.3.0 has a known high severity vulnerability, GHSA-7jgj-8wvc-jh57 [bug]

v1.11.0

Compare Source

  • #​1350 - Create WireMock.Net.ProtoBuf project [feature] contributed by StefH

v1.10.1

Compare Source

  • #​1349 - Add AtPath and AtAbsolutePath to Assertions projects [feature] contributed by StefH
  • #​1348 - Support AtPath and AtAbsolutePath in WireMockAssertions [feature]

v1.10.0

Compare Source

  • #​1344 - Add new package WireMock.Net.Extensions.Routing which provides minimal-API-style routing for WireMock.Net [feature] contributed by GennadyGS
  • #​1340 - Feature Request: Add minimal-API-style routing as Extension Package [feature]

v1.9.1

Compare Source

  • #​1345 - Add TimesInSameState to MappingModel [feature] contributed by StefH
  • #​1347 - Fix generating source code for Scenario and State [bug] contributed by StefH
  • #​1343 - MappingModel allows to configure the times for WillSetStateTo [feature]
  • #​1346 - Mapping: generated C# code is missing InScenario and WillSetStateTo [bug]

v1.9.0

Compare Source

  • #​1334 - Create GraphQL project [feature] contributed by StefH

v1.8.18

Compare Source

  • #​1339 - Fixes an issue with matching JSON bodies as bytes [bug] contributed by smfields
  • #​1338 - Specifying .WithBody(byte[]) fails to match for JSON bodies [bug]

v1.8.17

Compare Source

  • #​1337 - Make CSharpCodeMatcher public [bug] contributed by StefH
  • #​1336 - Is CSharpCodeMatcher actually usable? [bug]

v1.8.16

Compare Source

  • #​1332 - Use correct Handlebars.Net.Helpers.Xslt (2.5.2) [bug] contributed by StefH
  • #​1328 - ReflectionTypeLoadException occurs when running multiple unit tests (Nunit 3) [bug]

v1.8.15

Compare Source

  • #​1331 - Correctly map the Pact Interaction Description property [bug] contributed by StefH
  • #​1330 - Generated Pact-compatible consumer contract does not contain description [bug]

v1.8.14

Compare Source

  • #​1325 - Add method CreateHttpClientFactory [feature] contributed by StefH
  • #​1326 - Implement IMimeMessageData [feature] contributed by StefH
  • #​1329 - Fix HandlebarsContext.ParseAndEvaluate [bug] contributed by StefH
  • #​1327 - Response Body Does Not Evaluate Multiple Handlebars Templates [bug]

v1.8.13

Compare Source

  • #​1322 - Add Scenario set State method [feature] contributed by StefH
  • #​1321 - Feature: Setting individual scenario state via Admin API [feature]

v1.8.12

Compare Source

  • #​1317 - Set description when converting MappingModel to IRespondWithAProvider [feature] contributed by BodrickLight
  • #​1320 - Fix TypeLoader [bug] contributed by StefH
  • #​1319 - Why is IRequestMessage.BodyAsMimeMessage null in new versions (> 1.8.7) [bug]

v1.8.11

Compare Source

  • #​1311 - Bump Testcontainers version to 4.5.0 [feature] contributed by scrocquesel
  • #​1313 - Update RandomDataGenerator.Net to 1.0.19 [feature] contributed by StefH
  • #​1315 - Fix for WithTransformer and JsonBody as list [bug] contributed by StefH
  • #​1310 - Binary compat issue with testcontainers 4.5.0 [bug]
  • #​1312 - WithTransformer breaks when the response BodyAsJson is a List [bug]

v1.8.10

Compare Source

  • #​1306 - Update RequestModelBuilder (add WithHeader) [feature] contributed by StefH
  • #​1308 - For some projects, change dependency to WireMock.Net.Minimal [feature] contributed by StefH
  • #​1309 - Update AwesomeAssertions to version 9 [feature] contributed by StefH
  • #​1305 - AdminApiMappingBuilder do not expose WithHeader for Request [feature]
  • #​1307 - Update WireMock.Net.AwesomeAssertions to use latest version from AwesomeAssertions [feature]

v1.8.9

Compare Source

  • #​1303 - Add option to provide X509Certificate [feature] contributed by StefH
  • #​1302 - Support In-Memory SSL Certificate [feature]

v1.8.8

Compare Source

  • #​1300 - Create WireMock.Net.MimePart project [feature] contributed by StefH

v1.8.7

Compare Source

  • #​1297 - Fix BodyParser to correctly check for json [bug] contributed by StefH
  • #​1299 - Use TinyMapper.Signed [bug] contributed by StefH
  • #​1301 - Fix errors when converting response bodies with top-level JSON arrays to C# code [bug] contributed by asaf92
  • #​973 - TinyMapper error [bug]
  • #​1272 - WithMappingFromOpenApiFile fails with exception when example item present in text-plain response in OAS contract
  • #​1295 - Content-Type multipart/form-data header not proxied [bug]
  • #​1298 - TinyMapper error redux [bug]

v1.8.6

Compare Source

  • #​1296 - Content-Type multipart/form-data header should also be proxied [bug] contributed by StefH

v1.8.5

  • #​1290 - Use ILRepack to include Microsoft.OpenApi as internal [feature] contributed by StefH
  • #​1293 - Grpc: Fix parsing null value for google.protobuf.Timestamp [bug] contributed by StefH
  • #​1275 - WithMappingFromOpenApiFile - Support for OpenAPI 3.1.0 [feature]
  • #​1280 - Grpc: breaking changes from 1.6.11 to 1.6.12 [bug]

v1.8.3

Compare Source

  • #​1288 - Update AzureADAuthenticationMatcher to support V2 Azure AAD tokens [feature] contributed by StefH
  • #​1286 - Unauthorized (401) error when calling the admin API with version 2 Azure AAD tokens. [bug]

v1.8.2

Compare Source

  • #​1291 - Update ProtoBufJsonConverter to fix conflict for 'MessageOptions' [bug] contributed by StefH
  • #​1083 - Compilation Error due to 'MessageOptions' Type Conflict between 'Google.Protobuf' and 'WireMock.Net' [bug]
  • #​1287 - 1.8.0 - issues with dependency on Microsoft.OpenApi version 2.0.0-preview.xx [bug]

v1.8.1

Compare Source

  • #​1339 - Fixes an issue with matching JSON bodies as bytes [bug] contributed by smfields
  • #​1338 - Specifying .WithBody(byte[]) fails to match for JSON bodies [bug]

v1.8.0

Compare Source

  • #​1268 - 1.7.x [bug] contributed by StefH
  • #​1271 - Add HandlebarsSettings [feature] contributed by StefH
  • #​1273 - feat(awesome-assertions): Added new project WireMock.Net.AwesomeAssertions [feature] contributed by Crowbar90
  • #​1278 - changed null check in JSONPathMatcher and JmesPathMatcher to ensure t… [bug] contributed by jollyjoyce1995
  • #​1283 - Add an launch inspector command to Aspire Dashboard [feature] contributed by jmezach
  • #​1285 - Enable support for WireMock Middleware in Hosted Services [bug] contributed by etkr
  • #​1243 - Support for AwesomeAssertions [feature]
  • #​1264 - OpenApiParser - Construction of path possibly incorrect [bug]
  • #​1276 - Add WireMock Inspector command to Aspire integration [feature]
  • #​1277 - Newtonsoft.Json.JsonReaderException: 'Unable to read the JSON string.' when using IStringMatcher with an empty body [bug]
  • #​1284 - WireMock.Net.AspNetCore.Middleware does not work in hosted services [bug]

v1.7.4

Compare Source

  • #​1256 - Add ToArray() to ConcurrentObservableCollection [bug] contributed by StefH
  • #​1254 - FindLogEntries exception 'Destination array was not long enough' [bug]

v1.7.3

Compare Source

  • #​1253 - Update QueryStringParser to support param with equal but no value [bug] contributed by StefH
  • #​1247 - API call isn't matched when using an empty query string parameter [bug]

v1.7.2

Compare Source

  • #​1246 - Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] contributed by StefH
  • #​1248 - Add exception message to logging when mapping fails due to an exception. [feature] contributed by JvE-iO
  • #​1250 - Add ProtoDefinition to WireMockContainer [feature] contributed by StefH
  • #​1239 - How to use WiremockContainerBuilder for grpc using http2 [feature]
  • #​1249 - Add protodefinition and refer it from mapping [feature]

v1.7.1

Compare Source

  • #​1236 - Fix ProtoBuf mapping.json [bug] contributed by StefH
  • #​1245 - Use Handlebars.Net.Helpers to version 2.4.10 [feature] contributed by StefH
  • #​1233 - GRPC mappings are not created correctly when created through Admin API [bug]

v1.7.0

Compare Source

  • #​1242 - Disable DynamicLinq to fix CVE [bug] contributed by StefH

v1.6.12

Compare Source

  • #​1231 - Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug] contributed by StefH
  • #​1235 - Fix ArgumentException in FindLogEntries [bug] contributed by StefH
  • #​1241 - Upgrade to Handlebars.Net.Helpers 2.4.9 [bug] contributed by StefH
  • #​1227 - unable to call grpc method with namespace [bug]
  • #​1228 - how to set datetime for grpc field [bug]
  • #​1234 - FindLogEntries regression [bug]
  • #​1240 - Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug]

v1.6.11

Compare Source

  • #​1221 - Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] contributed by StefH
  • #​1222 - Fix WireMockContainerBuilder (duplicate entries) [bug] contributed by StefH
  • #​1223 - Add functionality to call a PostTransform method after the Webhook request has been transformed [feature] contributed by StefH
  • #​1224 - Add FindLogEntries to IWireMockServer [feature] contributed by StefH
  • #​1092 - FindLogEntries present in WireMockServer but not IWireMockServer [feature]
  • #​1192 - Feature: add URL assertion excluding query parameters [feature]
  • #​1204 - Supplying Values From Request for Webhook Body and Headers [feature]
  • #​1217 - Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [bug]

v1.6.10

Compare Source

  • #​1189 - WireMock.Net.Testcontainers: implement watching the static mapping folder for changes [bug] contributed by StefH
  • #​1188 - WithWatchStaticMappings doesn't respect new files [bug]

v1.6.9

Compare Source

  • #​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]

v1.6.8

Compare Source

  • #​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]

v1.6.7

Compare Source

  • #​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]

v1.6.6

Compare Source

  • #​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]

v1.6.5

Compare Source

  • #​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

v1.6.4

Compare Source

  • #​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]

v1.6.3

Compare Source

v1.6.2

Compare Source

  • #​1152 - Update MappingConverter to correctly write the Matcher as C# code [bug] contributed by StefH
  • #​1163 - Upgrade Aspire to version 8.2.0 [feature] contributed by StefH
  • #​1166 - Also update IWireMockMiddlewareOptions when settings are updated via admin interface [bug] contributed by StefH
  • #​1151 - MappingsToCSharpCode should use RegexMatcher when specified [bug]
  • #​1164 - WithParam not working. [bug]

v1.6.1

Compare Source

  • #​1231 - Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug] contributed by StefH
  • #​1235 - Fix ArgumentException in FindLogEntries [bug] contributed by StefH
  • #​1241 - Upgrade to Handlebars.Net.Helpers 2.4.9 [bug] contributed by StefH
  • #​1227 - unable to call grpc method with namespace [bug]
  • #​1228 - how to set datetime for grpc field [bug]
  • #​1234 - FindLogEntries regression [bug]
  • #​1240 - Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug]

v1.6.0

Compare Source

  • #​1042 - Update + add fluent builder methods [feature] contributed by StefH
  • #​1109 - Add Aspire Extension [feature] contributed by StefH
  • #​1148 - Use Guid.TryParseExact with format "D" contributed by StefH
  • #​1157 - Fix FormUrlEncodedMatcher (MatchOperator.And) [bug] contributed by StefH
  • #​1158 - Allow setting Content-Length header on the response [feature] contributed by StefH
  • #​720 - Response Header Content-Length not available when call HEAD Method [feature]
  • #​1145 - Response is auto converting string to guid [bug]
  • #​1156 - FormUrlEncodedMatcher is not requiring to match all properties when MatchOperator.And [bug]

v1.5.62

Compare Source

  • #​1147 - Add FormUrlEncodedMatcher [feature] contributed by StefH
  • #​1143 - FormEncoded Request fails (404 Not Found) if key value pairs order in mapping is different from request body order [bug]

v1.5.61

Compare Source

  • #​1122 - Fix OpenApiPathsMapper [bug] contributed by StefH
  • #​1135 - Bump System.Text.Json from 4.7.2 to 8.0.4 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #​1136 - Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #​1137 - Add link to TIOBE Index on main page + fix issues [refactor] contributed by StefH
  • #​1138 - Fix some SonarCloud warnings [refactor] contributed by StefH
  • #​1141 - Update WireMockContainerBuilder.WithMappings for "includeSubDirectories" [feature] contributed by StefH
  • #​1142 - Make property FromConfiguredStub nullable (for WireMock.Org) [bug] contributed by StefH
  • #​1118 - Generating mappings from Payroc open-api file gives ArgumentException: Property with the same name already exists on object [bug]
  • #​1139 - Allow WithMappings to support scanning SubDirectories when building a WireMockContainer [feature]
  • #​1140 - WireMock.Org nullable properties and defaults [bug]

v1.5.60

Compare Source

  • #​1128 - Add Handlebars.Net.Helpers.Xslt [feature] contributed by StefH
  • #​1130 - Add AdminPath to WireMockServerSettings [feature] contributed by StefH
  • #​1132 - Multipart Matcher Fix [bug] contributed by rmeshksar
  • #​1134 - Remove some files and folders [refactor] contributed by StefH
  • #​1119 - Error in RequestMessageMultiPartMatcher [bug]
  • #​1121 - XML transformation [feature]

v1.5.59

Compare Source

  • #​1127 - Made changes to accommodate breaking change in testcontainers-dotnet 3.9 [feature] contributed by epDugas

v1.5.58

Compare Source

  • #​1116 - Add some methods to the BodyModelBuilder [feature] contributed by StefH
  • #​1117 - AbstractJsonPartialMatcher: Regex Value is Uppercased when IgnoreCase is set to true [bug]

v1.5.57

Compare Source

  • #​1113 - Add some Extension methods to IWireMockAdminApi [feature] contributed by StefH

v1.5.56

Compare Source

  • #​1111 - Fix Request.Create().WithBodyAsJson(...) [bug] contributed by StefH
  • #​1112 - Add "/__admin/health" endpoint [feature] contributed by StefH
  • #​1110 - Connection prematurely closed BEFORE response [bug]

v1.5.55

Compare Source

v1.5.54

Compare Source

  • #​1100 - Add support to bind to ip-address instead of only localhost [feature] contributed by StefH
  • #​1104 - Use try..catch to set encoding in WireMockConsoleLogger [feature] contributed by asherber

v1.5.53

Compare Source

  • #​1093 - Update Handlebars.Net [feature] contributed by StefH
  • #​1101 - Fix MappingConverter to support Body with JsonMatcher [bug] contributed by StefH
  • #​1095 - When using C# code generation WithBody() matcher is not generated for POST Request [bug]

v1.5.52

Compare Source

  • #​1091 - Add RegEx support to JsonMatcher [feature] contributed by StefH
  • #​1088 - Regex support for JsonMatcher [feature]

v1.5.51

Compare Source

  • #​1085 - Fix FluentAssertions (actual body is not displayed in error message) [bug] contributed by StefH
  • #​1084 - FluentAssertions - Actual body is not displayed in error message when using Json Body [bug]

v1.5.50

Compare Source

  • #​1080 - Fix FluentAssertions on Header(s) [bug] contributed by StefH
  • #​1082 - Make WireMockAssertions extendable [feature] contributed by StefH
  • #​1074 - FluentAssertions extensions do not filter headers correctly [bug]
  • #​1075 - FluentAssertions extensions are not open for extension [feature]

v1.5.49

Compare Source

  • #​1069 - Extend TypeLoader [feature] contributed by StefH
  • #​1078 - Upgrade ProtoBufJsonConverter to fix issue with dot(s) in package name [bug] contributed by StefH
  • #​1077 - ProtoBufMatcher not working when proto package name contains dots [bug]

v1.5.48

Compare Source

  • #​1047 - Add Grpc ProtoBuf support (request-response) [feature] contributed by StefH
  • #​1058 - Fix some SonarCloud issues [refactor] contributed by StefH

v1.5.47

Compare Source

  • #​1049 - Add WithoutHeader to WireMock.FluentAssertions [feature] contributed by StefH
  • #​1053 - [Snyk] Security upgrade Microsoft.IdentityModel.Protocols.OpenIdConnect from 6.12.2 to 6.34.0 [security] contributed by StefH
  • #​1057 - Pin the version from Testcontainers to 3.7.0 in WireMock.Net.Testcontainers [bug] contributed by StefH
  • #​1048 - WithoutHeader fluent assertion [feature]
  • #​1054 - WireMock.Net 1.5.46 is incompatible with TestContainers 3.7.0 (issue 1) [bug]
  • #​1059 - WireMock.Net 1.5.46 is incompatible with TestContainers 3.7.0 (issue 2) [bug]

v1.5.46

Compare Source

  • #​1044 - WireMockServerSettingsParser [refactor] contributed by StefH
  • #​1046 - Change FindRequestByMappingGuidAsync to return a collection of entries contributed by tlevesque-ueat

v1.5.45

Compare Source

  • #​1036 - Update Handlebars Transformer logic (ReplaceNodeOptions) [feature] contributed by StefH
  • #​1043 - FindRequestByMappingGuidAsync [feature] contributed by StefH
  • #​1039 - [Admin API] Find a request that matched a given mapping [feature]

v1.5.44

Compare Source

v1.5.43

Compare Source

  • #​1026 - Add ProxyUrlReplaceSettings to Response [feature] contributed by StefH
  • #​1038 - Proxy all requests - even a repeated one [feature] contributed by sameena-ops
  • #​592 - Proxy all requests - even a repeated one [feature]
  • #​1024 - Scenario with proxy not removing route prefix [feature]

[v1.5.42](https://redirect.github.com/wiremock/WireMock.Net/blob/HEAD


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from fec9105 to b29fbbe Compare May 1, 2025 16:11
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.7.4 Update dependency WireMock.Net to 1.8.0 May 1, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from b29fbbe to 5c1668e Compare May 3, 2025 08:14
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.0 Update dependency WireMock.Net to 1.8.1 May 3, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 5c1668e to eae8dc2 Compare May 10, 2025 08:17
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.1 Update dependency WireMock.Net to 1.8.4 May 10, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from eae8dc2 to 3b60449 Compare May 17, 2025 07:36
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.4 Update dependency WireMock.Net to 1.8.6 May 17, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 3b60449 to 7302230 Compare May 24, 2025 08:16
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.6 Update dependency WireMock.Net to 1.8.7 May 24, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 7302230 to 47e335a Compare May 25, 2025 15:34
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.7 Update dependency WireMock.Net to 1.8.8 May 25, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 47e335a to e2d9d1c Compare May 31, 2025 07:53
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.8 Update dependency WireMock.Net to 1.8.9 May 31, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from e2d9d1c to 2d6c2b5 Compare June 15, 2025 00:15
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.9 Update dependency WireMock.Net to 1.8.11 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 2d6c2b5 to df29137 Compare June 21, 2025 16:00
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.11 Update dependency WireMock.Net to 1.8.12 Jun 21, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from df29137 to 2950dba Compare June 29, 2025 08:03
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.12 Update dependency WireMock.Net to 1.8.13 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 2950dba to d2fc591 Compare July 26, 2025 08:02
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.13 Update dependency WireMock.Net to 1.8.17 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from d2fc591 to 2b572a7 Compare August 5, 2025 02:56
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.17 Update dependency WireMock.Net to 1.8.18 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 2b572a7 to 2f21f82 Compare August 11, 2025 11:57
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.18 Update dependency WireMock.Net to 1.9.0 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 2f21f82 to 94d272a Compare August 17, 2025 16:11
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.9.0 Update dependency WireMock.Net to 1.9.1 Aug 17, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 94d272a to 7d58737 Compare August 21, 2025 04:12
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.9.1 Update dependency WireMock.Net to 1.10.0 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 7d58737 to 6cdf754 Compare August 24, 2025 04:06
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.10.0 Update dependency WireMock.Net to 1.10.1 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 6cdf754 to 59bf78b Compare September 1, 2025 02:55
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.10.1 Update dependency WireMock.Net to 1.12.0 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 59bf78b to 4e70300 Compare September 29, 2025 08:10
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.12.0 Update dependency WireMock.Net to 1.13.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 4e70300 to 52ad386 Compare October 7, 2025 07:56
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.13.0 Update dependency WireMock.Net to 1.14.0 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 52ad386 to 2d0895f Compare October 23, 2025 07:15
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.14.0 Update dependency WireMock.Net to 1.15.0 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 2d0895f to 795a171 Compare November 19, 2025 19:07
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.15.0 Update dependency WireMock.Net to 1.16.0 Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant