Skip to content

Commit

Permalink
Bump the verify group with 2 updates (#118)
Browse files Browse the repository at this point in the history
Bumps the verify group with 2 updates: [Verify.SourceGenerators](https://github.com/VerifyTests/Verify.SourceGenerators) and [Verify.XUnit](https://github.com/VerifyTests/Verify).


Updates `Verify.SourceGenerators` from 2.4.3 to 2.5.0
- [Release notes](https://github.com/VerifyTests/Verify.SourceGenerators/releases)
- [Commits](VerifyTests/Verify.SourceGenerators@2.4.3...2.5.0)

Updates `Verify.XUnit` from 26.4.5 to 26.5.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@26.4.5...26.5.0)

---
updated-dependencies:
- dependency-name: Verify.SourceGenerators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: verify
- dependency-name: Verify.XUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: verify
...

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 19, 2024
1 parent 3545129 commit 29c58af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Verify.XUnit" Version="26.4.5" />
<PackageReference Include="Verify.SourceGenerators" Version="2.4.3" />
<PackageReference Include="Verify.XUnit" Version="26.5.0" />
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 29c58af

Please sign in to comment.