Skip to content

Commit

Permalink
Merge pull request #47 from JaCraig/dependabot/nuget/dependencies-9f3…
Browse files Browse the repository at this point in the history
…7c043a6

fix: bump the dependencies group with 1 update
  • Loading branch information
JaCraig authored Oct 25, 2023
2 parents b24cf56 + 9fa2133 commit 74a0fe6
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.12" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.13" />
<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.12" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.13" />
<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 74a0fe6

Please sign in to comment.