Skip to content

Commit

Permalink
Bump SimpleInjector from 5.4.0 to 5.4.1
Browse files Browse the repository at this point in the history
Bumps [SimpleInjector](https://github.com/simpleinjector/SimpleInjector) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/simpleinjector/SimpleInjector/releases)
- [Commits](simpleinjector/SimpleInjector@v5.4.0...v5.4.1)

---
updated-dependencies:
- dependency-name: SimpleInjector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 29, 2022
1 parent 41984bd commit d210d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SimpleInjector" Version="5.4.0" />
<PackageReference Include="SimpleInjector" Version="5.4.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="SimpleInjector" Version="5.4.0" />
<PackageReference Include="SimpleInjector" Version="5.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="FluentAssertions" Version="6.7.0" />
</ItemGroup>
Expand Down

0 comments on commit d210d97

Please sign in to comment.