Skip to content

Commit

Permalink
Bump CmlLib.Core.Auth.Microsoft and System.Text.Json
Browse files Browse the repository at this point in the history
Bumps [CmlLib.Core.Auth.Microsoft](https://github.com/CmlLib/CmlLib.Core.Auth.Microsoft) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `CmlLib.Core.Auth.Microsoft` from 3.0.1 to 3.2.0
- [Release notes](https://github.com/CmlLib/CmlLib.Core.Auth.Microsoft/releases)
- [Commits](https://github.com/CmlLib/CmlLib.Core.Auth.Microsoft/commits/v3.2.0)

Updates `System.Text.Json` from 8.0.5 to 8.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v8.0.4)

---
updated-dependencies:
- dependency-name: CmlLib.Core.Auth.Microsoft
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent 932d69d commit 668b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emerald.Core/Emerald.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="CmlLib.Core" Version="3.3.10" />
<PackageReference Include="CmlLib.Core.Auth.Microsoft" Version="3.0.1" />
<PackageReference Include="CmlLib.Core.Auth.Microsoft" Version="3.2.0" />
<PackageReference Include="ProjBobcat" Version="1.16.0" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
Expand Down

0 comments on commit 668b7fc

Please sign in to comment.