From d0708471dc5290babbbf4639101beac549944fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 05:38:54 +0000 Subject: [PATCH 1/2] chore(deps): bump Microsoft.Extensions.ObjectPool from 6.0.5 to 6.0.7 Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 6.0.5 to 6.0.7. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.5...v6.0.7) --- updated-dependencies: - dependency-name: Microsoft.Extensions.ObjectPool dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Client/Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index 93416f1fe..a53bf2658 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -34,7 +34,7 @@ - + From 3633e54af22774669ff6733b20a94fc07c7cdcc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 19 Jul 2022 07:44:41 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 565b2a49f..296dce33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ ### Dependencies Update dependencies: +#### Build: + - [#336](https://github.com/influxdata/influxdb-client-csharp/pull/336): `Microsoft.Extensions.ObjectPool` to `6.0.7` + #### Test: - - [#337](https://github.com/influxdata/influxdb-client-csharp/pull/337): Tomlyn.Signed to 0.15.0 + - [#337](https://github.com/influxdata/influxdb-client-csharp/pull/337): `Tomlyn.Signed` to `0.15.0` ## 4.3.0 [2022-06-24]