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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2022
1 parent 7661506 commit 8c64704
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 @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="6.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Scrutor.AspNetCore" Version="3.3.0" />
<PackageReference Include="SendGrid" Version="9.25.3" />
<PackageReference Include="SendGrid" Version="9.28.1" />
</ItemGroup>

<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 @@ -39,7 +39,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" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
Expand Down

0 comments on commit 8c64704

Please sign in to comment.