Skip to content

Commit

Permalink
chore(deps): Bump WireMock.Net from 1.5.59 to 1.5.62 (#654)
Browse files Browse the repository at this point in the history
* chore(deps): Bump WireMock.Net from 1.5.59 to 1.5.62

Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.5.59 to 1.5.62.
- [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.59...1.5.62)

---
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 Aug 5, 2024
1 parent ba49929 commit 9dcc11b
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 @@ -18,6 +18,7 @@ Update dependencies:

#### Test:
- [#652](https://github.com/influxdata/influxdb-client-csharp/pull/652): `NUnit3TestAdapter` to `4.6.0`
- [#654](https://github.com/influxdata/influxdb-client-csharp/pull/654): `WireMock.Net` to `1.5.62`

## 4.16.0 [2024-06-24]

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.6.0" />
<PackageReference Include="WireMock.Net" Version="1.5.59" />
<PackageReference Include="WireMock.Net" Version="1.5.62" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9dcc11b

Please sign in to comment.