Skip to content

Commit

Permalink
Bump the nuget group
Browse files Browse the repository at this point in the history
Bumps the nuget group in /ch9_release/src/Tailwind.Traders.Web with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.8.0` | `12.13.0` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `5.0.2` | `5.0.9` |
| [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) | `2.11.6` | `2.19.0` |
| [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) | `1.0.0-beta0006` | `2.1.9` |
| [System.Data.SqlClient](https://github.com/dotnet/corefx) | `4.8.2` | `4.8.6` |


Updates `Azure.Storage.Blobs` from 12.8.0 to 12.13.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.8.0...Azure.Storage.Blobs_12.13.0)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 5.0.2 to 5.0.9
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v5.0.2...v5.0.9)

Updates `MongoDB.Driver` from 2.11.6 to 2.19.0
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.11.6...v2.19.0)

Updates `SixLabors.ImageSharp` from 1.0.0-beta0006 to 2.1.9
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/commits/v2.1.9)

Updates `System.Data.SqlClient` from 4.8.2 to 4.8.6
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Data.SqlClient
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent fb2244c commit e655fa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ch9_release/src/Tailwind.Traders.Web/Tailwind.Traders.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
<PackageReference Include="CsvHelper" Version="12.1.2" />
<PackageReference Include="Dapper" Version="2.0.78" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.16.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="5.0.2" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.2" />
<PackageReference Include="Microsoft.Azure.CognitiveServices.Personalizer" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.6.0" />
<PackageReference Include="MongoDB.Driver" Version="2.11.6" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0006" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e655fa7

Please sign in to comment.