Skip to content

Commit

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

Updates `CmlLib.Core` from 3.3.10 to 4.0.3
- [Release notes](https://github.com/CmlLib/CmlLib.Core/releases)
- [Changelog](https://github.com/CmlLib/CmlLib.Core/blob/master/release.ps1)
- [Commits](https://github.com/CmlLib/CmlLib.Core/commits)

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
  dependency-type: direct:production
  update-type: version-update:semver-major
- 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 cb1974f commit d028db4
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 @@ -9,7 +9,7 @@
</PropertyGroup>

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

0 comments on commit d028db4

Please sign in to comment.