From 74e07290bdf4ff3aaf7341d595eb02a59e42a9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 02:29:46 +0000 Subject: [PATCH 1/2] chore(deps): bump Microsoft.Extensions.ObjectPool from 6.0.9 to 6.0.10 Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 6.0.9 to 6.0.10. - [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.9...v6.0.10) --- 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 503ccab59..1d498f27c 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -34,7 +34,7 @@ - + From 77ce8a75fa95b222083f23bbd75073b1eec82b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 17 Oct 2022 08:32:02 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bfb754a2..d0ce9980d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Update dependencies: #### Build: - [#378](https://github.com/influxdata/influxdb-client-csharp/pull/378): `CsvHelper` to `29.0.0` + - [#384](https://github.com/influxdata/influxdb-client-csharp/pull/384): `Microsoft.Extensions.ObjectPool` to `6.0.10` #### Examples: - [#379](https://github.com/influxdata/influxdb-client-csharp/pull/379): `Radzen.Blazor` to `4.1.7`