Skip to content

Commit

Permalink
Bump Octokit from 6.2.1 to 7.1.0 in /src
Browse files Browse the repository at this point in the history
Bumps [Octokit](https://github.com/octokit/octokit.net) from 6.2.1 to 7.1.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@v6.2.1...v7.1.0)

---
updated-dependencies:
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent 415a376 commit f410aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TFWhatsUp.Console/TFWhatsUp.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Octokit" Version="6.2.1" />
<PackageReference Include="Octokit" Version="7.1.0" />
<PackageReference Include="Octopus.CoreParsers.Hcl" Version="1.1.599" />
<PackageReference Include="Semver" Version="2.3.0" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
Expand Down

0 comments on commit f410aa3

Please sign in to comment.