Skip to content

Commit

Permalink
chore(deps): bump Microsoft.Extensions.ObjectPool from 6.0.20 to 6.0.25
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 6.0.20 to 6.0.25.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.20...v6.0.25)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.ObjectPool
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 6, 2023
1 parent 9edac37 commit 9ce01c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ark.Tools.FtpClient.Core/Ark.Tools.FtpClient.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="6.0.20" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="6.0.25" />
</ItemGroup>
<!--===============================================================================-->

Expand Down

0 comments on commit 9ce01c3

Please sign in to comment.