From fdafd113ae41ee1f5ea4f6c3cff2f680802f931e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:58:34 +0000 Subject: [PATCH] Bump SendGrid from 9.29.2 to 9.29.3 in /src/api Bumps [SendGrid](https://github.com/sendgrid/sendgrid-csharp) from 9.29.2 to 9.29.3. - [Release notes](https://github.com/sendgrid/sendgrid-csharp/releases) - [Changelog](https://github.com/sendgrid/sendgrid-csharp/blob/main/CHANGELOG.md) - [Commits](https://github.com/sendgrid/sendgrid-csharp/compare/9.29.2...9.29.3) --- updated-dependencies: - dependency-name: SendGrid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- .../Yoma.Core.Infrastructure.SendGrid.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/src/infrastructure/Yoma.Core.Infrastructure.SendGrid/Yoma.Core.Infrastructure.SendGrid.csproj b/src/api/src/infrastructure/Yoma.Core.Infrastructure.SendGrid/Yoma.Core.Infrastructure.SendGrid.csproj index 2c3071961..ba4a6b357 100644 --- a/src/api/src/infrastructure/Yoma.Core.Infrastructure.SendGrid/Yoma.Core.Infrastructure.SendGrid.csproj +++ b/src/api/src/infrastructure/Yoma.Core.Infrastructure.SendGrid/Yoma.Core.Infrastructure.SendGrid.csproj @@ -7,7 +7,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="SendGrid" Version="9.29.2" /> + <PackageReference Include="SendGrid" Version="9.29.3" /> <PackageReference Include="SendGrid.Extensions.DependencyInjection" Version="1.0.1" /> </ItemGroup>