Skip to content

Commit

Permalink
Bump MxIO.ApiClient.Abstractions and Newtonsoft.Json in /src
Browse files Browse the repository at this point in the history
Bumps [MxIO.ApiClient.Abstractions](https://github.com/frasermolyneux/api-client-abstractions) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together.

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

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

---
updated-dependencies:
- dependency-name: MxIO.ApiClient.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent b3d72ab commit 847eb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MxIO.ApiClient.Abstractions" Version="1.1.112.1" />
<PackageReference Include="MxIO.ApiClient.Abstractions" Version="1.1.113.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/repository-webapi/repository-webapi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.5.0" />
<PackageReference Include="MxIO.ApiClient.Abstractions" Version="1.1.112.1" />
<PackageReference Include="MxIO.ApiClient.Abstractions" Version="1.1.113.1" />
<PackageReference Include="MxIO.ApiClient.WebExtensions" Version="1.1.111.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
Expand Down

0 comments on commit 847eb46

Please sign in to comment.