Skip to content

Commit

Permalink
build(deps): bump Hl7.Fhir.R4 from 5.3.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [Hl7.Fhir.R4](https://github.com/FirelyTeam/firely-net-sdk) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Commits](FirelyTeam/firely-net-sdk@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: Hl7.Fhir.R4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kennethmyhra committed Nov 3, 2023
1 parent e5ba8c1 commit 27af4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Spark.Engine/Spark.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Fhir.Metrics" Version="1.2.2" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.4.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Spark.Mongo/Spark.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="5.3.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.4.0" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
</ItemGroup>

Expand Down

0 comments on commit 27af4b6

Please sign in to comment.