Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 7, 2022
1 parent da3e65b commit 9648d99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hack/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
prometheus:
image: quay.io/prometheus/prometheus:v2.31.1
image: quay.io/prometheus/prometheus:v2.32.1
ports:
- "127.0.0.1:9090:9090"
volumes:
Expand All @@ -14,7 +14,7 @@ services:
- "127.0.0.1:8082:8080"

keycloak:
image: quay.io/keycloak/keycloak:15.1.0
image: quay.io/keycloak/keycloak:15.1.1
environment:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: admin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="FakeItEasy" Version="7.2.0" />
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
Expand Down
4 changes: 2 additions & 2 deletions src/FhirServerExporter/FhirServerExporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="3.7.0" />
<PackageReference Include="IdentityModel.AspNetCore" Version="4.1.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="3.8.0" />
<PackageReference Include="IdentityModel.AspNetCore" Version="4.1.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.1.0" />
<PackageReference Include="prometheus-net" Version="5.0.2" />
Expand Down

0 comments on commit 9648d99

Please sign in to comment.