Skip to content

Commit

Permalink
Bump the nuget group across 1 directory with 4 updates (#925)
Browse files Browse the repository at this point in the history
Bumps the nuget group with 4 updates in the /ch9_release/src/Tailwind.Traders.Web directory: [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net), [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore), [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) and [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp).


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.7
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/commits/v2.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent ac9fc7c commit 70bb5ec
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
</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.123" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.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.10.0" />
<PackageReference Include="MongoDB.Driver" Version="2.11.6" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0006" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.7" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>

Expand Down

0 comments on commit 70bb5ec

Please sign in to comment.