Skip to content

Commit

Permalink
Bump Udap.Metadata.Server and Hl7.Fhir.Specification.R4B
Browse files Browse the repository at this point in the history
Bumps [Udap.Metadata.Server](https://github.com/JoeShook/udap-dotnet) and [Hl7.Fhir.Specification.R4B](https://github.com/FirelyTeam/firely-net-sdk). These dependencies needed to be updated together.

Updates `Udap.Metadata.Server` from 0.3.48 to 0.3.93
- [Commits](JoeShook/udap-dotnet@v0.3.48...v0.3.93)

Updates `Hl7.Fhir.Specification.R4B` from 5.8.1 to 5.10.3
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.8.1...v5.10.3)

---
updated-dependencies:
- dependency-name: Udap.Metadata.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Hl7.Fhir.Specification.R4B
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 1f2dcfa commit 6ab9898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion udap.fhirserver.devdays/udap.fhirserver.devdays.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.6.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="Udap.Metadata.Server" Version="0.3.48" />
<PackageReference Include="Udap.Metadata.Server" Version="0.3.93" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion udap.idp.server.devdays/udap.idp.server.devdays.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Serilog.AspNetCore" version="8.0.1" />
<PackageReference Include="Udap.Server" Version="0.3.93" />
<PackageReference Include="Udap.UI" Version="0.3.93" />
<PackageReference Include="Udap.Metadata.Server" Version="0.3.48" />
<PackageReference Include="Udap.Metadata.Server" Version="0.3.93" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6ab9898

Please sign in to comment.