Skip to content

Commit

Permalink
Bump Bogus from 35.3.0 to 35.4.0 in /src
Browse files Browse the repository at this point in the history
Bumps [Bogus](https://github.com/bchavez/Bogus) from 35.3.0 to 35.4.0.
- [Release notes](https://github.com/bchavez/Bogus/releases)
- [Changelog](https://github.com/bchavez/Bogus/blob/master/HISTORY.md)
- [Commits](bchavez/Bogus@v35.3.0...v35.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 153009e commit 82b5206
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 @@ -7,7 +7,7 @@
<ItemGroup>
<Compile Include="..\AustralianElectorates\Guard.cs" Link="Guard.cs" />

<PackageReference Include="Bogus" Version="35.3.0" />
<PackageReference Include="Bogus" Version="35.4.0" />
<ProjectReference Include="..\AustralianElectorates\AustralianElectorates.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.108" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bogus" Version="35.3.0" />
<PackageReference Include="Bogus" Version="35.4.0" />
<PackageReference Include="CountryData" Version="4.5.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="26.0.1" PrivateAssets="all" />
<PackageReference Include="GeoJSON.Net" Version="1.2.19" />
Expand Down

0 comments on commit 82b5206

Please sign in to comment.