Skip to content

Commit

Permalink
Bump MxIO.ApiClient, MxIO.ApiClient.Abstractions and Microsoft.Extens…
Browse files Browse the repository at this point in the history
…ions.Logging.Abstractions

Bumps [MxIO.ApiClient](https://github.com/frasermolyneux/api-client-abstractions), [MxIO.ApiClient.Abstractions](https://github.com/frasermolyneux/api-client-abstractions) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `MxIO.ApiClient` from 1.1.100.1 to 1.1.101.1
- [Commits](https://github.com/frasermolyneux/api-client-abstractions/commits)

Updates `MxIO.ApiClient.Abstractions` from 1.1.100.1 to 1.1.101.1
- [Commits](https://github.com/frasermolyneux/api-client-abstractions/commits)

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

---
updated-dependencies:
- dependency-name: MxIO.ApiClient
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: MxIO.ApiClient.Abstractions
  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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent b2868d4 commit 60c612e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/repository-webapi-client/repository-webapi-client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<PackageReference Include="Azure.Identity" Version="1.12.1" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="MxIO.ApiClient" Version="1.1.100.1" />
<PackageReference Include="MxIO.ApiClient.Abstractions" Version="1.1.100.1" />
<PackageReference Include="MxIO.ApiClient" Version="1.1.101.1" />
<PackageReference Include="MxIO.ApiClient.Abstractions" Version="1.1.101.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="112.1.0" />
</ItemGroup>
Expand Down

0 comments on commit 60c612e

Please sign in to comment.