Skip to content

Commit

Permalink
Merge pull request #43 from JaCraig/dependabot/nuget/dependencies-629…
Browse files Browse the repository at this point in the history
…9070824

fix: bump the dependencies group with 1 update
  • Loading branch information
JaCraig authored Oct 11, 2023
2 parents 84e4a3c + d2b89c9 commit be858d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.11" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.12" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="ZString" Version="2.5.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SQLHelper.DB/SQLHelper.DB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<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.11" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.12" />
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="170.9.0" />
<PackageReference Include="SQLParser" Version="3.0.10" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
Expand Down

0 comments on commit be858d1

Please sign in to comment.