Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent c15c4ad commit bc342e4
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion hack/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- "127.0.0.1:8082:8080"

keycloak:
image: quay.io/keycloak/keycloak:25.0.1@sha256:a3d10e729b140f5a044f6d04f324aa53ae58ed11398e0e6e432cb98042b41b1f
image: quay.io/keycloak/keycloak:25.0.2@sha256:b55f55ff60e905db4809ac133c6b963b87963ec1b49aae6d218fdd53646cb09e
environment:
KEYCLOAK_ADMIN: admin
# kics-scan ignore-line
Expand Down
4 changes: 2 additions & 2 deletions hack/k8s/load-sample-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
type: RuntimeDefault
initContainers:
- name: wait-for-fhir-server
image: docker.io/curlimages/curl:8.8.0@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd
image: docker.io/curlimages/curl:8.9.1@sha256:8addc281f0ea517409209f76832b6ddc2cabc3264feb1ebbec2a2521ffad24e4
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
Expand All @@ -37,7 +37,7 @@ spec:
done;
containers:
- name: curl
image: curlimages/curl:8.8.0@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd
image: curlimages/curl:8.9.1@sha256:8addc281f0ea517409209f76832b6ddc2cabc3264feb1ebbec2a2521ffad24e4
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
Expand Down
2 changes: 1 addition & 1 deletion hack/k8s/pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
type: RuntimeDefault
initContainers:
- name: wait-for-fhir-server
image: docker.io/curlimages/curl:8.8.0@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd
image: docker.io/curlimages/curl:8.9.1@sha256:8addc281f0ea517409209f76832b6ddc2cabc3264feb1ebbec2a2521ffad24e4
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
Expand Down
2 changes: 1 addition & 1 deletion hack/k8s/test-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
type: RuntimeDefault
containers:
- name: curl
image: curlimages/curl:8.8.0@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd
image: curlimages/curl:8.9.1@sha256:8addc281f0ea517409209f76832b6ddc2cabc3264feb1ebbec2a2521ffad24e4
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="5.8.2" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.9.0" />
<PackageReference Include="FakeItEasy" Version="8.3.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
Expand All @@ -14,7 +14,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.160">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.163">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/FhirServerExporter.Tests/FhirServerExporter.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="5.8.2" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.9.0" />
<PackageReference Include="FakeItEasy" Version="8.3.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
Expand All @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.160">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.163">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/FhirServerExporter/FhirServerExporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
<PackageReference Include="prometheus-net" Version="8.2.1" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.8.2" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.160">
<PackageReference Include="Hl7.Fhir.R4" Version="5.9.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.163">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
30 changes: 15 additions & 15 deletions src/FhirServerExporter/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
},
"Hl7.Fhir.R4": {
"type": "Direct",
"requested": "[5.8.2, )",
"resolved": "5.8.2",
"contentHash": "nAIg98tt79MBNAcHEb72w/56AHoM/vwfHgilHhRFt65Y3fSUs46s7UcvPtawYaYQG235oQI6mriRNKpW9YixDA==",
"requested": "[5.9.0, )",
"resolved": "5.9.0",
"contentHash": "n4eQ7cXonmAPL9RWabF13yUcoNAVw667Wnioiqe44AqlHWCLm3w4UqCvnca7Q8o5iSYbw/Mttfou3eYjw2Kw0g==",
"dependencies": {
"Hl7.Fhir.Conformance": "5.8.2"
"Hl7.Fhir.Conformance": "5.9.0"
}
},
"Meziantou.Analyzer": {
"type": "Direct",
"requested": "[2.0.160, )",
"resolved": "2.0.160",
"contentHash": "KTvB5q8Sx6aieSyBcX/jgzMRj8a66NN5JbdMXXKdQeuIvzVNtzCOJHFpU0nI//FvlBn5VYZAy1xCZCFu94pafQ=="
"requested": "[2.0.163, )",
"resolved": "2.0.163",
"contentHash": "vN0YmOkuvPLukMsefLHYCWYaLPzpc6SfoR74aPwuLeK8QdxgxkavywQ1q/II0shLEEaN1RhlMjmL1RxMPW853w=="
},
"Microsoft.Extensions.Caching.Memory": {
"type": "Direct",
Expand Down Expand Up @@ -113,26 +113,26 @@
},
"Fhir.Metrics": {
"type": "Transitive",
"resolved": "1.2.2",
"contentHash": "600yqTbqREfogkwWH+MrXwq7fFI/gO5xn1+f7EYHlN69kXZhEpyG3V574PJiErfMQS1IpDNs4QT0aAu3KGlGFQ=="
"resolved": "1.3.0",
"contentHash": "h4Krc9jt1sY7KIgijwAGkrsPRXa/EHjpL/Gx7sAbjprM6duxtKFI85jzRsHHDqzkWNa7JU14/DELV/vIPp5RqA=="
},
"Hl7.Fhir.Base": {
"type": "Transitive",
"resolved": "5.8.2",
"contentHash": "YIHnC/wFiQgc/aHTbz6FJ0tVuzsmowE2UvjVbWVs0rRdkC+/ODmHEn+wz1bVDxVTYvQFr/kKefz8hBs/kX/3Ow==",
"resolved": "5.9.0",
"contentHash": "txwAKNM1WGroO1YygqeTnnohR8+7mBJm0zU5OmVn1h15kZ+PaPyEaIHy7FzOT9WhCwiY5eoRc26naOQQ3BqbxQ==",
"dependencies": {
"Fhir.Metrics": "1.2.2",
"Fhir.Metrics": "1.3.0",
"Newtonsoft.Json": "13.0.3",
"System.ComponentModel.Annotations": "5.0.0",
"System.Reflection.Emit.Lightweight": "4.7.0"
}
},
"Hl7.Fhir.Conformance": {
"type": "Transitive",
"resolved": "5.8.2",
"contentHash": "iH3MJLe9B+RWzVoJVd0hBLrHEk5dtcSKRiX7xTFyRglYjftZSvSG58s8tMq0GmWpdHn1nk4nikL6cOBR+AlY8Q==",
"resolved": "5.9.0",
"contentHash": "3M8z+m5oQ3wkG2iWECuVBRLDGvMCiSAvx6iKZQvi19MfsqBHMShH1Mvy+hNJaTNwRfTywDHddBnF0IgqNqGSig==",
"dependencies": {
"Hl7.Fhir.Base": "5.8.2"
"Hl7.Fhir.Base": "5.9.0"
}
},
"IdentityModel": {
Expand Down

0 comments on commit bc342e4

Please sign in to comment.