Skip to content

Commit

Permalink
Merge pull request #398 from FirelyTeam/dependabot/nuget/MessagePack.…
Browse files Browse the repository at this point in the history
…Annotations-3.0.308

Bump MessagePack.Annotations from 2.5.192 to 3.0.308
  • Loading branch information
mmsmits authored Jan 7, 2025
2 parents c75eae1 + d3a494c commit a833c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firely-validator-api-tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="MessagePack" Version="2.5.187" />
<PackageReference Include="MessagePack" Version="3.0.300" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Firely.Fhir.Validation/Firely.Fhir.Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack.Annotations" Version="2.5.192" />
<PackageReference Include="MessagePack.Annotations" Version="3.0.308" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Hl7.Fhir.Base" Version="$(FirelySdkVersion)" />
Expand Down

0 comments on commit a833c5a

Please sign in to comment.