Skip to content

Commit

Permalink
fix: bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [FileCurator](https://github.com/JaCraig/FileCurator), [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) and [BigBook](https://github.com/JaCraig/BigBookOfDataTypes).


Updates `FileCurator` from 4.0.22 to 4.0.23
- [Changelog](https://github.com/JaCraig/FileCurator/blob/master/CHANGELOG.md)
- [Commits](JaCraig/FileCurator@v4.0.22...v4.0.23)

Updates `Microsoft.Extensions.ObjectPool` from 7.0.10 to 7.0.11
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11)

Updates `BigBook` from 5.0.22 to 5.0.23
- [Changelog](https://github.com/JaCraig/BigBookOfDataTypes/blob/master/CHANGELOG.md)
- [Commits](JaCraig/BigBookOfDataTypes@v5.0.22...v5.0.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent 376543d commit d3a48c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SQLHelper.SpeedTests/SQLHelper.SpeedTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.8" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.10" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.11" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="ZString" Version="2.5.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/SQLHelper.DB/SQLHelper.DB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.10" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.11" />
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="170.9.0" />
<PackageReference Include="SQLParser" Version="3.0.9" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="BigBook" Version="5.0.22" />
<PackageReference Include="BigBook" Version="5.0.23" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion test/SQLHelper.Tests/SQLHelper.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="FileCurator" Version="4.0.22" />
<PackageReference Include="FileCurator" Version="4.0.23" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d3a48c8

Please sign in to comment.