Skip to content

Commit

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

---
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 Oct 2, 2023
1 parent 238e32a commit 3728989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ERPHelperTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" targetFramework="net472" />
<package id="Microsoft.NETCore.Platforms" version="7.0.4" targetFramework="net48" />
Expand All @@ -7,7 +7,7 @@
<package id="MSTest.TestAdapter" version="3.1.1" targetFramework="net48" />
<package id="MSTest.TestFramework" version="3.1.1" targetFramework="net48" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="net472" />
<package id="Octokit" version="7.1.0" targetFramework="net48" />
<package id="Octokit" version="8.0.1" targetFramework="net48" />
<package id="System.AppContext" version="4.3.0" targetFramework="net472" />
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
<package id="System.Collections" version="4.3.0" targetFramework="net472" />
Expand Down
4 changes: 2 additions & 2 deletions packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="5.7.0" targetFramework="net472" developmentDependency="true" />
<package id="Fody" version="6.8.0" targetFramework="net48" developmentDependency="true" />
Expand All @@ -8,7 +8,7 @@
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net472" />
<package id="Microsoft.Xml.XMLGen" version="1.0.0" targetFramework="net472" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="net472" />
<package id="Octokit" version="7.1.0" targetFramework="net48" />
<package id="Octokit" version="8.0.1" targetFramework="net48" />
<package id="Saxon-HE" version="10.9.0" targetFramework="net48" />
<package id="System.AppContext" version="4.3.0" targetFramework="net472" />
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
Expand Down

0 comments on commit 3728989

Please sign in to comment.