Skip to content

Commit

Permalink
[Sampler.AWS] Tests - Bump WireMock.Net to 1.7.0 (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Jan 23, 2025
1 parent 23e2123 commit 4f2e9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/Common.nonprod.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<!-- OmniSharp/VS Code requires TargetFrameworks to be in descending order for IntelliSense and analysis. -->
<SupportedNetTargets>net9.0;net8.0</SupportedNetTargets>
<XUnitRunnerVisualStudioPkgVer>[2.8.2,3.0)</XUnitRunnerVisualStudioPkgVer>
<XUnitPkgVer>[2.9.2,3.0)</XUnitPkgVer>
<WiremockNetPkgVer>[1.6.8,2.0)</WiremockNetPkgVer>
<XUnitPkgVer>[2.9.3,3.0)</XUnitPkgVer>
<WiremockNetPkgVer>[1.7.0,2.0)</WiremockNetPkgVer>
</PropertyGroup>

<ItemGroup Condition="'$(IsTestProject)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

<ItemGroup>
<PackageReference Include="Wiremock.Net" Version="$(WiremockNetPkgVer)" />
<!-- System.Text.RegularExpressions is indirect reference. It is needed to upgrade it directly to avoid https://github.com/advisories/GHSA-cmhx-cq75-c4mj -->
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4f2e9d0

Please sign in to comment.