Skip to content

Commit

Permalink
build(deps): Bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: Verify.MSTest and System.Text.Json.


Updates `Verify.MSTest` from 25.3.0 to 25.3.1

Updates `System.Text.Json` from 8.0.3 to 8.0.4

---
updated-dependencies:
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and HavenDV committed Jul 15, 2024
1 parent 5dc37a1 commit c17e8b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup Label="Generator tests packages">
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="Verify.MSTest" Version="25.3.0" />
<PackageReference Include="Verify.MSTest" Version="25.3.1" />
<PackageReference Include="Verify.SourceGenerators" Version="2.2.0" />
<PackageReference Include="H.Resources.Generator" Version="1.6.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Verify.MSTest" Version="25.3.0" />
<PackageReference Include="Verify.MSTest" Version="25.3.1" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand All @@ -32,7 +32,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c17e8b0

Please sign in to comment.