Skip to content

Commit

Permalink
Bump the nuget group in /ShareJobsData with 4 updates (#350)
Browse files Browse the repository at this point in the history
Bumps the nuget group in /ShareJobsData with 4 updates: [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer), [Verify.Xunit](https://github.com/VerifyTests/Verify), [Verify.DiffPlex](https://github.com/VerifyTests/Verify.DiffPlex) and [Verify.Http](https://github.com/VerifyTests/Verify.Http).


Updates `Meziantou.Analyzer` from 2.0.169 to 2.0.172
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.169...2.0.172)

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

Updates `Verify.DiffPlex` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/VerifyTests/Verify.DiffPlex/releases)
- [Commits](VerifyTests/Verify.DiffPlex@3.1.1...3.1.2)

Updates `Verify.Http` from 6.3.0 to 6.4.1
- [Release notes](https://github.com/VerifyTests/Verify.Http/releases)
- [Commits](VerifyTests/Verify.Http@6.3.0...6.4.1)

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Verify.DiffPlex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Verify.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Oct 19, 2024
1 parent a69c27b commit ab048ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ShareJobsData/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.169">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.172">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down 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.6.0" />
<PackageReference Include="Verify.Xunit" Version="27.0.1" />
<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
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ItemGroup>
<PackageReference Include="DotNet-Sdk-Extensions-Testing" Version="3.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.DiffPlex" Version="3.1.1" />
<PackageReference Include="Verify.Http" Version="6.3.0" />
<PackageReference Include="Verify.DiffPlex" Version="3.1.2" />
<PackageReference Include="Verify.Http" Version="6.4.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down Expand Up @@ -45,6 +45,6 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Update="Verify.Xunit" Version="26.6.0" />
<PackageReference Update="Verify.Xunit" Version="27.0.1" />
</ItemGroup>
</Project>

0 comments on commit ab048ec

Please sign in to comment.