Skip to content

Commit 3d64ecc

Browse files
dependabot[bot]SteveDesmond-ca
authored andcommitted
Update dependencies
Bump xunit from 2.5.2 to 2.5.3 Bumps [xunit](https://github.com/xunit/xunit) from 2.5.2 to 2.5.3. - [Commits](https://github.com/xunit/xunit/commits) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump Octokit from 8.1.1 to 9.0.0 Bumps [Octokit](https://github.com/octokit/octokit.net) from 8.1.1 to 9.0.0. - [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.1.1...v9.0.0) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30557b9 commit 3d64ecc

2 files changed

Lines changed: 2 additions & 2 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.1.1"/>
24+
<PackageReference Include="Octokit" Version="9.0.0"/>
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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.2"/>
10+
<PackageReference Include="xunit" Version="2.5.3"/>
1111
<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"/>

0 commit comments

Comments
 (0)