Skip to content

Commit

Permalink
chore(deps): Bump skwas.MockHttp from 4.2.0 to 4.3.0 (#91)
Browse files Browse the repository at this point in the history
Bumps [skwas.MockHttp](https://github.com/skwasjer/MockHttp) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/skwasjer/MockHttp/releases)
- [Changelog](https://github.com/skwasjer/MockHttp/blob/main/CHANGELOG.md)
- [Commits](skwasjer/MockHttp@v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: skwas.MockHttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent d59f65e commit 9cf43be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Correlate.Testing/Correlate.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" Condition="'$(TargetFramework)'=='net7.0'" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" Condition="'$(TargetFramework)'!='net8.0' And '$(TargetFramework)'!='net7.0'" />
<PackageReference Include="Serilog.Sinks.TestCorrelator" Version="3.2.0" />
<PackageReference Include="skwas.MockHttp" Version="4.2.0" />
<PackageReference Include="skwas.MockHttp" Version="4.3.0" />
</ItemGroup>

</Project>

0 comments on commit 9cf43be

Please sign in to comment.