Skip to content

Commit

Permalink
chore(deps): Bump WireMock.Net from 1.5.51 to 1.5.56 (#641)
Browse files Browse the repository at this point in the history
* chore(deps): Bump WireMock.Net from 1.5.51 to 1.5.56

Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.5.51 to 1.5.56.
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](WireMock-Net/WireMock.Net@1.5.51...1.5.56)

---
updated-dependencies:
- dependency-name: WireMock.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: Update CHANGELOG.md [skip CI]

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
  • Loading branch information
dependabot[bot] and bednar authored Jun 3, 2024
1 parent e2b0c10 commit ac1ae40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Update dependencies:

#### Test:
- [#639](https://github.com/influxdata/influxdb-client-csharp/pull/639): `Microsoft.NET.Test.Sdk` to `17.10.0`
- [#641](https://github.com/influxdata/influxdb-client-csharp/pull/641): `WireMock.Net` to `1.5.56`

## 4.15.0 [2024-05-17]

Expand Down
2 changes: 1 addition & 1 deletion Client.Core.Test/Client.Core.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="WireMock.Net" Version="1.5.51" />
<PackageReference Include="WireMock.Net" Version="1.5.56" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ac1ae40

Please sign in to comment.