Skip to content

Commit 61362d3

Browse files
chore(deps): Bump Microsoft.Extensions.ObjectPool from 8.0.3 to 8.0.6 (#635)
* chore(deps): Bump Microsoft.Extensions.ObjectPool from 8.0.3 to 8.0.6 Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 8.0.3 to 8.0.6. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.3...v8.0.6) --- updated-dependencies: - dependency-name: Microsoft.Extensions.ObjectPool dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md [skip CI] --------- 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]>
1 parent 7d5ec03 commit 61362d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Update dependencies:
88

99
#### Build:
10+
- [#635](https://github.com/influxdata/influxdb-client-csharp/pull/635): `Microsoft.Extensions.ObjectPool` to `8.0.6`
1011
- [#638](https://github.com/influxdata/influxdb-client-csharp/pull/638): `System.Reactive` to `6.0.1`
1112

1213
#### Test:

Client/Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<ItemGroup>
4242
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
43-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.3" />
43+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.6" />
4444
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.8" />
4545
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
4646
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />

0 commit comments

Comments
 (0)