Skip to content

Commit

Permalink
build(deps): update NSubstitute requirement from 5.0.* to 5.1.* (#366)
Browse files Browse the repository at this point in the history
Updates the requirements on NSubstitute to permit the latest version.

---
updated-dependencies:
- dependency-name: NSubstitute
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 6915b8a commit 6a10d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grate.unittests/grate.unittests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.*" />
<PackageReference Include="FluentAssertions" Version="6.12.*" />
<PackageReference Include="NSubstitute" Version="5.0.*" />
<PackageReference Include="NSubstitute" Version="5.1.*" />
<PackageReference Include="Dapper" Version="2.0.*" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.*" />
<PackageReference Include="Npgsql" Version="7.0.*" />
Expand Down

0 comments on commit 6a10d39

Please sign in to comment.