Skip to content

Commit c6aa236

Browse files
fix: Bump the dependencies group with 7 updates
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) | `7.0.13` | `8.0.0` | | [SQLParser](https://github.com/JaCraig/SQLParser) | `3.0.12` | `3.0.13` | | [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | `1.1.1` | `8.0.0` | | [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) Updates `Microsoft.Extensions.Configuration.Json` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) Updates `Microsoft.Extensions.ObjectPool` from 7.0.13 to 8.0.0 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.13...v8.0.0) Updates `SQLParser` from 3.0.12 to 3.0.13 - [Changelog](https://github.com/JaCraig/SQLParser/blob/master/CHANGELOG.md) - [Commits](JaCraig/SQLParser@v3.0.12...v3.0.13) Updates `Microsoft.Extensions.Configuration` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) Updates `Microsoft.SourceLink.GitHub` from 1.1.1 to 8.0.0 - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/commits) Updates `Microsoft.Extensions.Logging` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.Extensions.ObjectPool dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: SQLParser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93b543a commit c6aa236

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

SQLHelper.SpeedTests/SQLHelper.SpeedTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="BenchmarkDotNet" Version="0.13.8" />
11-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.13" />
11+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.0" />
1212
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
1313
<PackageReference Include="ZString" Version="2.5.1" />
1414
</ItemGroup>

TestApp/TestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
9+
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
1010
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
1111
</ItemGroup>
1212

src/SQLHelper.DB/SQLHelper.DB.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5757
</PackageReference>
5858
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
59-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.13" />
59+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.0" />
6060
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="170.9.0" />
61-
<PackageReference Include="SQLParser" Version="3.0.12" />
61+
<PackageReference Include="SQLParser" Version="3.0.13" />
6262
<PackageReference Include="System.Data.Common" Version="4.3.0" />
6363
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
6464
<PackageReference Include="BigBook" Version="5.0.33" />
65-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
65+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
6666
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
67-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
67+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
6868
</ItemGroup>
6969
<Target Name="Husky" BeforeTargets="Restore;CollectPackageReferences" Condition="'$(HUSKY)' != 0">
7070
<Exec Command="dotnet tool restore" StandardOutputImportance="Low" StandardErrorImportance="High" />

test/SQLHelper.Tests/SQLHelper.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
41-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
40+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
41+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
4242
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
4343
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
4444
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)