Commit c6aa236
authored
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- SQLHelper.SpeedTests
- TestApp
- src/SQLHelper.DB
- test/SQLHelper.Tests
4 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments