From fd96f5f2cfdd73cfc6113c23aacb9f9ab3f8dc41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 02:22:49 +0000 Subject: [PATCH 1/2] chore(deps): bump WireMock.Net from 1.5.8 to 1.5.9 Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.5.8 to 1.5.9. - [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases) - [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md) - [Commits](https://github.com/WireMock-Net/WireMock.Net/compare/1.5.8...1.5.9) --- updated-dependencies: - dependency-name: WireMock.Net dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Client.Core.Test/Client.Core.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.Core.Test/Client.Core.Test.csproj b/Client.Core.Test/Client.Core.Test.csproj index dfab5ab1f..38dbc93d3 100644 --- a/Client.Core.Test/Client.Core.Test.csproj +++ b/Client.Core.Test/Client.Core.Test.csproj @@ -16,7 +16,7 @@ - + From a8c3221af0eba2867c0e483b67ace3a2bb8f9faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 31 Oct 2022 06:03:19 +0100 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91fe9c027..be791eee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Update dependencies: #### Test: - [#393](https://github.com/influxdata/influxdb-client-csharp/pull/393): `Tomlyn.Signed` to `0.16.0` - - [#387](https://github.com/influxdata/influxdb-client-csharp/pull/387): `WireMock.Net` to `1.5.8` + - [#400](https://github.com/influxdata/influxdb-client-csharp/pull/400): `WireMock.Net` to `1.5.9` ## 4.6.0 [2022-09-29]