Skip to content

Commit

Permalink
chore(deps): bump the safe-api-dependencies group in /src with 8 updates
Browse files Browse the repository at this point in the history
Bumps the safe-api-dependencies group in /src with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [Dapper](https://github.com/DapperLib/Dapper) | `2.1.15` | `2.1.35` |
| [Google.Cloud.Firestore](https://github.com/googleapis/google-cloud-dotnet) | `3.4.0` | `3.6.0` |
| [MailKit](https://github.com/jstedfast/MailKit) | `4.2.0` | `4.4.0` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.17` |
| [Microsoft.AspNetCore.SpaProxy](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.17` |
| [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) | `5.1.3` | `5.2.0` |
| [SendGrid](https://github.com/sendgrid/sendgrid-csharp) | `9.28.1` | `9.29.2` |
| [Yarp.ReverseProxy](https://github.com/microsoft/reverse-proxy) | `2.0.1` | `2.1.0` |


Updates `Dapper` from 2.1.15 to 2.1.35
- [Release notes](https://github.com/DapperLib/Dapper/releases)
- [Commits](DapperLib/Dapper@2.1.15...2.1.35)

Updates `Google.Cloud.Firestore` from 3.4.0 to 3.6.0
- [Release notes](https://github.com/googleapis/google-cloud-dotnet/releases)
- [Commits](googleapis/google-cloud-dotnet@Google.Cloud.Firestore-3.4.0...Google.Cloud.Firestore-3.6.0)

Updates `MailKit` from 4.2.0 to 4.4.0
- [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MailKit@4.2.0...4.4.0)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 7.0.13 to 7.0.17
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.17)

Updates `Microsoft.AspNetCore.SpaProxy` from 7.0.13 to 7.0.17
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.17)

Updates `Microsoft.Data.SqlClient` from 5.1.3 to 5.2.0
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v5.1.3...V5.2.0)

Updates `SendGrid` from 9.28.1 to 9.29.2
- [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.28.1...9.29.2)

Updates `Yarp.ReverseProxy` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/microsoft/reverse-proxy/releases)
- [Commits](dotnet/yarp@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: Dapper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-api-dependencies
- dependency-name: Google.Cloud.Firestore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-api-dependencies
- dependency-name: MailKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-api-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-api-dependencies
- dependency-name: Microsoft.AspNetCore.SpaProxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-api-dependencies
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-api-dependencies
- dependency-name: SendGrid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-api-dependencies
- dependency-name: Yarp.ReverseProxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-api-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and steveoh committed Apr 3, 2024
1 parent 437abf1 commit 0939c56
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/app.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Dapper" Version="2.1.15" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.4.0" />
<PackageReference Include="MailKit" Version="4.2.0" />
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.6.0" />
<PackageReference Include="MailKit" Version="4.4.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.17" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="7.0.13" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="7.0.17" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.13" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.13" />
<PackageReference Include="SendGrid" Version="9.28.1" />
<PackageReference Include="SendGrid" Version="9.29.2" />
<PackageReference Include="SendGrid.Extensions.DependencyInjection" Version="1.0.1" />
<PackageReference Include="Yarp.ReverseProxy" Version="2.0.1" />
<PackageReference Include="Yarp.ReverseProxy" Version="2.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
Expand Down

0 comments on commit 0939c56

Please sign in to comment.