Skip to content

Commit

Permalink
Bump Microsoft.Identity.Web, Microsoft.Extensions.Logging.Abstraction…
Browse files Browse the repository at this point in the history
…s, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Caching.Abstractions and Microsoft.Extensions.Options.ConfigurationExtensions

Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime), [Microsoft.Extensions.Caching.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.Identity.Web` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@3.2.1...3.2.2)

Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 9.0.0-rc.1.24431.7
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0-rc.1.24431.7)

Updates `Microsoft.Extensions.Caching.Memory` from 8.0.0 to 9.0.0-rc.1.24431.7
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0-rc.1.24431.7)

Updates `Microsoft.Extensions.Caching.Abstractions` from 8.0.0 to 9.0.0-rc.1.24431.7
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0-rc.1.24431.7)

Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 8.0.0 to 9.0.0-rc.1.24431.7
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0-rc.1.24431.7)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Caching.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 34aa524 commit a99b156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/repository-webapi/repository-webapi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.8" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.1" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.2" />
<PackageReference Include="MxIO.ApiClient.Abstractions" Version="1.1.100.1" />
<PackageReference Include="MxIO.ApiClient.WebExtensions" Version="1.1.100.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit a99b156

Please sign in to comment.