From 1a373d45b9a6d8311273901cc58030071da02f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 02:56:38 +0000 Subject: [PATCH 1/2] chore(deps): bump WireMock.Net from 1.5.5 to 1.5.6 Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.5.5 to 1.5.6. - [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.5...1.5.6) --- 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 74ca53716..08812762a 100644 --- a/Client.Core.Test/Client.Core.Test.csproj +++ b/Client.Core.Test/Client.Core.Test.csproj @@ -16,7 +16,7 @@ - + From c399a278ce351f2d69ce2b7bdae8b68d4c71864b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 13 Sep 2022 06:17:52 +0200 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 5d8c9b5b9..cc04d3ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Update dependencies: #### Test: - [#354](https://github.com/influxdata/influxdb-client-csharp/pull/354): `Microsoft.NET.Test.Sdk` to `17.3.1` - - [#356](https://github.com/influxdata/influxdb-client-csharp/pull/356): `WireMock.Net` to `1.5.5` + - [#363](https://github.com/influxdata/influxdb-client-csharp/pull/363): `WireMock.Net` to `1.5.6` ## 4.5.0 [2022-08-29]