Skip to content

Commit

Permalink
fix(dotnet): bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /dotnet/iwebapi/Company.WebApplication1 with 4 updates: [Asp.Versioning.Mvc](https://github.com/dotnet/aspnet-api-versioning), [Asp.Versioning.Mvc.ApiExplorer](https://github.com/dotnet/aspnet-api-versioning), [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) and [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore).


Updates `Asp.Versioning.Mvc` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/dotnet/aspnet-api-versioning/releases)
- [Commits](dotnet/aspnet-api-versioning@v8.0.0...v8.1.0)

Updates `Asp.Versioning.Mvc.ApiExplorer` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/dotnet/aspnet-api-versioning/releases)
- [Commits](dotnet/aspnet-api-versioning@v8.0.0...v8.1.0)

Updates `Asp.Versioning.Mvc` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/dotnet/aspnet-api-versioning/releases)
- [Commits](dotnet/aspnet-api-versioning@v8.0.0...v8.1.0)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.1 to 8.0.10
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.1...v8.0.10)

Updates `Swashbuckle.AspNetCore` from 6.5.0 to 6.9.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v6.9.0)

---
updated-dependencies:
- dependency-name: Asp.Versioning.Mvc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Asp.Versioning.Mvc.ApiExplorer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Asp.Versioning.Mvc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and h3rmanj committed Nov 4, 2024
1 parent 51e699f commit ce5e5d9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Asp.Versioning.Mvc" Version="8.0.0" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
<PackageReference Include="Asp.Versioning.Mvc" Version="8.1.0" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.16.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Intility.Logging.AspNetCore" Version="2.1.1" />
<PackageReference Include="Intility.Extensions.Logging.Elasticsearch" Version="2.1.1" />
<PackageReference Include="Intility.Extensions.Logging.Sentry" Version="2.1.1" />
Expand Down

0 comments on commit ce5e5d9

Please sign in to comment.