Skip to content

Commit

Permalink
Bump CrispyWaffle from 3.1.59 to 3.2.13 (#91)
Browse files Browse the repository at this point in the history
Bumps [CrispyWaffle](https://github.com/guibranco/CrispyWaffle) from 3.1.59 to 3.2.13.
- [Release notes](https://github.com/guibranco/CrispyWaffle/releases)
- [Changelog](https://github.com/guibranco/CrispyWaffle/blob/master/docs/changelog.md)
- [Commits](guibranco/CrispyWaffle@3.1.59...3.2.13)

---
updated-dependencies:
- dependency-name: CrispyWaffle
  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 30, 2023
1 parent c4580f4 commit 7ccdb70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Src/VTEX.API/VTEX.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CrispyWaffle" Version="3.1.59" />
<PackageReference Include="CrispyWaffle" Version="3.2.13" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Src/VTEX.Core/VTEX.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CrispyWaffle" Version="3.1.59" />
<PackageReference Include="CrispyWaffle" Version="3.2.13" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Src/VTEX.Health/VTEX.Health.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CrispyWaffle" Version="3.1.59" />
<PackageReference Include="CrispyWaffle" Version="3.2.13" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
Expand Down
2 changes: 1 addition & 1 deletion Src/VTEX/VTEX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="CrispyWaffle" Version="3.1.59" />
<PackageReference Include="CrispyWaffle" Version="3.2.13" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>
Expand Down

0 comments on commit 7ccdb70

Please sign in to comment.