Skip to content

Commit 4ea0108

Browse files
dependabot[bot]SteveDesmond-ca
authored andcommitted
Update dependencies
Bump Octokit from 8.0.0 to 8.0.1 Bumps [Octokit](https://github.com/octokit/octokit.net) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/octokit/octokit.net/releases) - [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md) - [Commits](octokit/octokit.net@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump xunit from 2.5.1 to 2.5.2 Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.2. - [Commits](xunit/xunit@2.5.1...2.5.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa0617b commit 4ea0108

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/GitHubLabelSync.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Nullable>enable</Nullable>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Octokit" Version="8.0.0"/>
24+
<PackageReference Include="Octokit" Version="8.0.1"/>
2525
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0"/>
2626
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/>
2727
</ItemGroup>

test/GitHubLabelSync.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ItemGroup>
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2"/>
99
<PackageReference Include="NSubstitute" Version="5.1.0"/>
10-
<PackageReference Include="xunit" Version="2.5.1"/>
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1"/>
10+
<PackageReference Include="xunit" Version="2.5.2"/>
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3"/>
1212
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all"/>
1313
<ProjectReference Include="../src/GitHubLabelSync.csproj"/>
1414
</ItemGroup>

0 commit comments

Comments
 (0)