Skip to content

Commit

Permalink
Bump Bogus from 35.0.1 to 35.2.0 (#25)
Browse files Browse the repository at this point in the history
Bumps [Bogus](https://github.com/bchavez/Bogus) from 35.0.1 to 35.2.0.
- [Release notes](https://github.com/bchavez/Bogus/releases)
- [Changelog](https://github.com/bchavez/Bogus/blob/master/HISTORY.md)
- [Commits](bchavez/Bogus@v35.0.1...v35.2.0)

---
updated-dependencies:
- dependency-name: Bogus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 2, 2024
1 parent 2dddfbb commit 89efbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Testing/Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="35.0.1"/>
<PackageReference Include="Bogus" Version="35.2.0"/>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="3.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Infrastructure.Tests/Infrastructure.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="35.0.1"/>
<PackageReference Include="Bogus" Version="35.2.0"/>
<PackageReference Include="MediatR.Contracts" Version="2.0.1"/>
<PackageReference Update="FluentAssertions.Analyzers" Version="0.26.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 89efbac

Please sign in to comment.