Skip to content

Commit ba49929

Browse files
chore(deps): Bump Microsoft.Extensions.ObjectPool from 8.0.6 to 8.0.7 (#655)
* chore(deps): Bump Microsoft.Extensions.ObjectPool from 8.0.6 to 8.0.7 Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 8.0.6 to 8.0.7. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.6...v8.0.7) --- 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 31c4268 commit ba49929

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
@@ -14,6 +14,7 @@ Update dependencies:
1414

1515
#### Build:
1616
- [#650](https://github.com/influxdata/influxdb-client-csharp/pull/650): `RestSharp` to `111.4.0`
17+
- [#655](https://github.com/influxdata/influxdb-client-csharp/pull/655): `Microsoft.Extensions.ObjectPool` to `8.0.7`
1718

1819
#### Test:
1920
- [#652](https://github.com/influxdata/influxdb-client-csharp/pull/652): `NUnit3TestAdapter` to `4.6.0`

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.6" />
43+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.7" />
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)