Skip to content

Commit

Permalink
chore(deps): bump the ngitlab group with 3 updates (#24)
Browse files Browse the repository at this point in the history
Bumps the ngitlab group with 3 updates: [NGitLab](https://github.com/ubisoft/NGitLab), [System.Text.Json](https://github.com/dotnet/runtime) and [NGitLab.Mock](https://github.com/ubisoft/NGitLab).


Updates `NGitLab` from 6.57.0 to 6.58.0
- [Release notes](https://github.com/ubisoft/NGitLab/releases)
- [Commits](ubisoft/NGitLab@6.57.0...6.58.0)

Updates `System.Text.Json` from 9.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.0)

Updates `NGitLab.Mock` from 6.57.0 to 6.58.0
- [Release notes](https://github.com/ubisoft/NGitLab/releases)
- [Commits](ubisoft/NGitLab@6.57.0...6.58.0)

---
updated-dependencies:
- dependency-name: NGitLab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ngitlab
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ngitlab
- dependency-name: NGitLab.Mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ngitlab
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 9cf918b commit cc0687f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GitSync.GitLab/GitSync.GitLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="all" />
<PackageReference Include="GitSync" Version="2.0.0-beta.1" />
<PackageReference Include="NGitLab" Version="6.57.0" />
<PackageReference Include="NGitLab" Version="6.58.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion test/unit/GitSync.GitLab.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NGitLab.Mock" Version="6.57.0" />
<PackageReference Include="NGitLab.Mock" Version="6.58.0" />
<PackageReference Include="Verify.ClipboardAccept" Version="28.3.2" />
<PackageReference Include="Verify.Xunit" Version="28.3.2" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down

0 comments on commit cc0687f

Please sign in to comment.