Skip to content

Commit 82c9cf3

Browse files
Bump the serilog group with 1 update (#228)
Bumps Serilog.Sinks.Console from 6.0.0 to 6.1.1 --- updated-dependencies: - dependency-name: Serilog.Sinks.Console dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: serilog ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2eb9515 commit 82c9cf3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/Api/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@
171171
},
172172
"Serilog.Sinks.Console": {
173173
"type": "Direct",
174-
"requested": "[6.0.0, )",
175-
"resolved": "6.0.0",
176-
"contentHash": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
174+
"requested": "[6.1.1, )",
175+
"resolved": "6.1.1",
176+
"contentHash": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==",
177177
"dependencies": {
178178
"Serilog": "4.0.0"
179179
}

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageVersion Include="Serilog.Settings.Configuration" Version="9.0.0" />
2424
<PackageVersion Include="Serilog.Sinks.ApplicationInsights" Version="4.0.0" />
2525
<PackageVersion Include="Serilog.Sinks.Async" Version="2.1.0" />
26-
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" />
26+
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
2727
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.15.0.120848" />
2828
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.6" />
2929
</ItemGroup>

tests/ArchitectureTests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -902,8 +902,8 @@
902902
},
903903
"Serilog.Sinks.Console": {
904904
"type": "Transitive",
905-
"resolved": "6.0.0",
906-
"contentHash": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
905+
"resolved": "6.1.1",
906+
"contentHash": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==",
907907
"dependencies": {
908908
"Serilog": "4.0.0"
909909
}
@@ -1834,7 +1834,7 @@
18341834
"Serilog.Settings.Configuration": "[9.0.0, )",
18351835
"Serilog.Sinks.ApplicationInsights": "[4.0.0, )",
18361836
"Serilog.Sinks.Async": "[2.1.0, )",
1837-
"Serilog.Sinks.Console": "[6.0.0, )",
1837+
"Serilog.Sinks.Console": "[6.1.1, )",
18381838
"Services": "[1.0.0, )",
18391839
"Swashbuckle.AspNetCore.SwaggerUI": "[9.0.6, )"
18401840
}

tests/IntegrationTests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,8 @@
11101110
},
11111111
"Serilog.Sinks.Console": {
11121112
"type": "Transitive",
1113-
"resolved": "6.0.0",
1114-
"contentHash": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
1113+
"resolved": "6.1.1",
1114+
"contentHash": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==",
11151115
"dependencies": {
11161116
"Serilog": "4.0.0"
11171117
}
@@ -2073,7 +2073,7 @@
20732073
"Serilog.Settings.Configuration": "[9.0.0, )",
20742074
"Serilog.Sinks.ApplicationInsights": "[4.0.0, )",
20752075
"Serilog.Sinks.Async": "[2.1.0, )",
2076-
"Serilog.Sinks.Console": "[6.0.0, )",
2076+
"Serilog.Sinks.Console": "[6.1.1, )",
20772077
"Services": "[1.0.0, )",
20782078
"Swashbuckle.AspNetCore.SwaggerUI": "[9.0.6, )"
20792079
}

0 commit comments

Comments
 (0)