Skip to content

Commit d0bde74

Browse files
Bump the dotnet group with 4 updates (#418)
Bumps the dotnet group with 4 updates: [xunit](https://github.com/xunit/xunit), [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore), [Microsoft.Azure.Functions.Worker.Sdk](https://github.com/Azure/azure-functions-dotnet-worker) and [YamlDotNet](https://github.com/aaubry/YamlDotNet). Updates `xunit` from 2.9.1 to 2.9.2 - [Commits](xunit/xunit@v2-2.9.1...v2-2.9.2) Updates `Swashbuckle.AspNetCore` from 6.8.0 to 6.8.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1) Updates `Microsoft.Azure.Functions.Worker.Sdk` from 1.17.4 to 1.18.0 - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/1.18.0/release_notes.md) - [Commits](Azure/azure-functions-dotnet-worker@sdk-1.17.4...1.18.0) Updates `YamlDotNet` from 16.1.2 to 16.1.3 - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v16.1.2...v16.1.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Azure.Functions.Worker.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22d0f23 commit d0bde74

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

DotnetDocsToolsTests/DotnetDocsTools.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
13-
<PackageReference Include="xunit" Version="2.9.1" />
13+
<PackageReference Include="xunit" Version="2.9.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

GitHub.RepositoryExplorer.WebApi/GitHub.RepositoryExplorer.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
1212
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
14-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
14+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<ProjectReference Include="..\GitHub.RepositoryExplorer.Services\GitHub.RepositoryExplorer.Services.csproj" />

RepoMan/RepoMan.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
1818
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />
1919
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version="1.3.0" />
20-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.4" />
20+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.0" />
2121
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.4.0" />
2222
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
2323
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2424
<PackageReference Include="Octokit" Version="13.0.1" />
2525
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
26-
<PackageReference Include="YamlDotNet" Version="16.1.2" />
26+
<PackageReference Include="YamlDotNet" Version="16.1.3" />
2727
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
2828
<PackageReference Include="Markdig" Version="0.37.0" />
2929
</ItemGroup>

RepoManChecker/RepoManCheckerCLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
2626
<PackageReference Include="Octokit" Version="13.0.1" />
2727
<PackageReference Include="System.Text.Json" Version="8.0.4" />
28-
<PackageReference Include="YamlDotNet" Version="16.1.2" />
28+
<PackageReference Include="YamlDotNet" Version="16.1.3" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

WhatsNew.Cli/WhatsNew.Cli.csproj

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

3434
<ItemGroup>
3535
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.4.0-alpha.22272.1" />
36-
<PackageReference Include="YamlDotNet" Version="16.1.2" />
36+
<PackageReference Include="YamlDotNet" Version="16.1.3" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

WhatsNew.Infrastructure.Tests/WhatsNew.Infrastructure.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1414
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
15-
<PackageReference Include="xunit" Version="2.9.1" />
15+
<PackageReference Include="xunit" Version="2.9.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

WhatsNew.Infrastructure/WhatsNew.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
1919
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.8" />
2020
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
21-
<PackageReference Include="YamlDotNet" Version="16.1.2" />
21+
<PackageReference Include="YamlDotNet" Version="16.1.3" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

actions/docs-verifier/tests/GitHub.UnitTests/GitHub.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
14-
<PackageReference Include="xunit" Version="2.9.1" />
14+
<PackageReference Include="xunit" Version="2.9.2" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>

actions/docs-verifier/tests/MarkdownLinksVerifier/MarkdownLinksVerifier.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
13-
<PackageReference Include="xunit" Version="2.9.1" />
13+
<PackageReference Include="xunit" Version="2.9.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>

actions/sequester/Quest2GitHub.Tests/Quest2GitHub.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
2828
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2929
<PackageReference Include="System.Text.Json" Version="8.0.4" />
30-
<PackageReference Include="xunit" Version="2.9.1" />
30+
<PackageReference Include="xunit" Version="2.9.2" />
3131
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)