Skip to content

Commit

Permalink
Bump the nuget group in /ShareJobsData with 3 updates (#344)
Browse files Browse the repository at this point in the history
Bumps the nuget group in /ShareJobsData with 3 updates: [Verify.Xunit](https://github.com/VerifyTests/Verify), [YamlDotNet](https://github.com/aaubry/YamlDotNet) and [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `Verify.Xunit` from 26.3.0 to 26.4.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@26.3.0...26.4.0)

Updates `YamlDotNet` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v16.0.0...v16.1.0)

Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

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 Sep 7, 2024
1 parent 92c0e59 commit d69dd21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ShareJobsData/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</PackageReference>
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="Verify.Xunit" Version="26.4.0" />
<PackageReference Include="xunit.analyzers" Version="1.16.0" />
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion ShareJobsData/src/ShareJobsDataCli/ShareJobsDataCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OneOf" Version="3.0.271" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
<PackageReference Include="YamlDotNet" Version="16.1.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="DotNet-Sdk-Extensions-Testing" Version="3.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.DiffPlex" Version="3.1.0" />
<PackageReference Include="Verify.Http" Version="6.3.0" />
<PackageReference Include="xunit" Version="2.9.0" />
Expand Down Expand Up @@ -45,6 +45,6 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Update="Verify.Xunit" Version="26.3.0" />
<PackageReference Update="Verify.Xunit" Version="26.4.0" />
</ItemGroup>
</Project>

0 comments on commit d69dd21

Please sign in to comment.