Skip to content

Commit

Permalink
chore(deps): Bump WireMock.Net from 1.5.28 to 1.5.29 (#541)
Browse files Browse the repository at this point in the history
* chore(deps): Bump WireMock.Net from 1.5.28 to 1.5.29

Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.5.28 to 1.5.29.
- [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.28...1.5.29)

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

Signed-off-by: dependabot[bot] <[email protected]>

* docs: Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
dependabot[bot] and bednar authored Jun 27, 2023
1 parent b396a14 commit a512a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Update dependencies:
#### Test:
- [#536](https://github.com/influxdata/influxdb-client-csharp/pull/536): `Microsoft.NET.Test.Sdk` to `17.6.2`
- [#524](https://github.com/influxdata/influxdb-client-csharp/pull/524): `coverlet.collector` to `6.0.0`
- [#534](https://github.com/influxdata/influxdb-client-csharp/pull/534): `WireMock.Net` to `1.5.28`
- [#541](https://github.com/influxdata/influxdb-client-csharp/pull/541): `WireMock.Net` to `1.5.29`
- [#529](https://github.com/influxdata/influxdb-client-csharp/pull/529): `NUnit3TestAdapter` to `4.5.0`

## 4.12.0 [2023-04-28]
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.6.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="WireMock.Net" Version="1.5.28" />
<PackageReference Include="WireMock.Net" Version="1.5.29" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a512a5b

Please sign in to comment.