Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
WireMock.Net 1.4.411.22.0 age confidence

Release Notes

wiremock/WireMock.Net (WireMock.Net)

v1.22.0

Compare Source

  • #​1412 - chore(testcontainers): bump up Testcontainers to version 4.10.0 [feature] contributed by vhatsura
  • #​1411 - WireMock.Net.Testcontainers isn't compatible with Testcontainers 4.10.0 [bug]

v1.21.0

Compare Source

  • #​1408 - Fix readyness-check for Testcontainers [bug] contributed by StefH

v1.20.0

Compare Source

  • #​1399 - Upgrade RamlToOpenApiConverter and YamlDotNet [feature] contributed by StefH
  • #​1400 - Add WireMock.Net.NUnit project [feature] contributed by StefH
  • #​1405 - Fix Testcontainers AddProtoDefinition [bug] contributed by StefH
  • #​1398 - Upgrade YamlDotNet dependency [feature]
  • #​1404 - An exception occurs when adding multiple proto definitions in the TestContainer. [bug]

v1.19.0

Compare Source

  • #​1391 - Update WireMockContainerBuilder (WithImage and WithCustomImage) [feature] contributed by StefH
  • #​1392 - WireMockContainerBuilder: allow all docker images named wiremock [feature] contributed by StefH
  • #​1390 - Unable to build WireMockContainerBuilder with custom image [feature]

v1.18.0

Compare Source

  • #​1388 - Add WithBodyAsType to RequestMatcher [feature] contributed by StefH

v1.17.0

Compare Source

  • #​1383 - Aspire: Add WithProtoDefinition to support proto definition at server level [feature] contributed by StefH
  • #​1386 - Fix random delay in mapping json file [bug] contributed by StefH
  • #​1274 - .WithMappings to mount volume is not working for GRPC [bug]
  • #​1381 - Downstream dependencies missing after 1.16.0 release [bug]
  • #​1382 - Does Aspire support enabling HTTP/2? [feature]
  • #​1385 - Do delays and probabilities show in saved static mappings? [bug]
  • #​1387 - Tests failing with TaskCanceledException on Windows Server 2025 Build 7171 [bug]

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


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 5c72250 to 84384f4 Compare April 29, 2025 08:33
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.7.4 Update dependency WireMock.Net to 1.8.0 Apr 29, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 84384f4 to 322bdd1 Compare May 3, 2025 03:34
@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 322bdd1 to 945d209 Compare May 10, 2025 03:42
@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 945d209 to 78b4566 Compare May 17, 2025 23:25
@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 78b4566 to c3cda10 Compare May 24, 2025 20:08
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.6 Update dependency WireMock.Net to 1.8.8 May 24, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from c3cda10 to 7b465d4 Compare June 1, 2025 04:12
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.8 Update dependency WireMock.Net to 1.8.9 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 7b465d4 to 715bf8e Compare June 14, 2025 16:07
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.9 Update dependency WireMock.Net to 1.8.11 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 715bf8e to 840860f Compare June 22, 2025 20:00
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.11 Update dependency WireMock.Net to 1.8.12 Jun 22, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 840860f to cd6e93c Compare July 5, 2025 07:49
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.12 Update dependency WireMock.Net to 1.8.13 Jul 5, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from cd6e93c to d7af3ae Compare July 20, 2025 12:12
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.13 Update dependency WireMock.Net to 1.8.16 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from d7af3ae to 0d9cc56 Compare August 2, 2025 04:01
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.16 Update dependency WireMock.Net to 1.8.17 Aug 2, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 0d9cc56 to 170148c Compare August 4, 2025 23:15
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.17 Update dependency WireMock.Net to 1.8.18 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 170148c to 40d6249 Compare August 13, 2025 00:01
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.8.18 Update dependency WireMock.Net to 1.9.0 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 40d6249 to 3c525ad Compare August 23, 2025 00:13
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.9.0 Update dependency WireMock.Net to 1.10.1 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 3c525ad to 532372b Compare September 1, 2025 02:31
@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 532372b to 8356c98 Compare September 30, 2025 03:38
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.12.0 Update dependency WireMock.Net to 1.13.0 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 8356c98 to 9908351 Compare October 6, 2025 16:10
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.13.0 Update dependency WireMock.Net to 1.14.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 9908351 to f836a74 Compare October 25, 2025 11:52
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.14.0 Update dependency WireMock.Net to 1.15.0 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from f836a74 to 82651b1 Compare November 19, 2025 18:57
@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
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 82651b1 to 8344278 Compare December 8, 2025 03:34
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.16.0 Update dependency WireMock.Net to 1.17.0 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 8344278 to e64d920 Compare December 11, 2025 22:59
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.17.0 Update dependency WireMock.Net to 1.18.0 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from e64d920 to 50f6bd2 Compare December 13, 2025 07:04
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.18.0 Update dependency WireMock.Net to 1.19.0 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 50f6bd2 to d5c276b Compare December 25, 2025 06:44
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.19.0 Update dependency WireMock.Net to 1.20.0 Dec 25, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from d5c276b to 1a2df7e Compare December 26, 2025 04:12
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.20.0 Update dependency WireMock.Net to 1.21.0 Dec 26, 2025
@renovate renovate bot force-pushed the renovate/wiremock.net-1.x branch from 1a2df7e to 672dff7 Compare January 3, 2026 07:51
@renovate renovate bot changed the title Update dependency WireMock.Net to 1.21.0 Update dependency WireMock.Net to 1.22.0 Jan 3, 2026
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