Skip to content

Commit

Permalink
Bump SendGrid from 9.25.3 to 9.28.1
Browse files Browse the repository at this point in the history
Bumps [SendGrid](https://github.com/sendgrid/sendgrid-csharp) from 9.25.3 to 9.28.1.
- [Release notes](https://github.com/sendgrid/sendgrid-csharp/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-csharp/blob/main/CHANGELOG.md)
- [Commits](sendgrid/sendgrid-csharp@9.25.3...9.28.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2022
1 parent 754bdbd commit 053b364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Layers/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.2" />
<PackageReference Include="Scrutor" Version="4.0.0" />
<PackageReference Include="SendGrid" Version="9.25.3" />
<PackageReference Include="SendGrid" Version="9.28.1" />
<PackageReference Include="Stripe.net" Version="39.93.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Source/Web/WebServer/WebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.2" />
<PackageReference Include="SendGrid" Version="9.25.3" />
<PackageReference Include="SendGrid" Version="9.28.1" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Stripe.net" Version="39.93.0" />
</ItemGroup>
Expand Down

0 comments on commit 053b364

Please sign in to comment.