Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent b7a6bdc commit 48c53e5
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.30.1",
"version": "0.30.2",
"commands": ["dotnet-csharpier"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.100-noble@sha256:3bdd7f7fd595373d049c724f3a05ec8a8d9e27da05ba9cbe3ca6e0f3cc001e50 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.101-noble@sha256:991fd7c9c41fc12b47313bd2e1fb292c39e50fb50453ac11287b2877d3623d55 AS build
WORKDIR /build
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1

Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
minio:
image: docker.io/bitnami/minio:2024.11.7-debian-12-r1@sha256:9f2d9c45006a2ada1bc485e1393291ce7d54ae1a46260dd491381a4eb8b2fd47
image: docker.io/bitnami/minio:2024.11.7-debian-12-r2@sha256:81cd091fb9f14b2e9e9bfa6dbc2bf2d46fdd5eafa6c5e7c9213baf4256ff13d6
environment:
MINIO_ROOT_USER: "admin"
# kics-scan ignore-line
Expand Down Expand Up @@ -29,7 +29,7 @@ services:
condition: service_started

minio-client:
image: docker.io/bitnami/minio-client:2024.11.17-debian-12-r0@sha256:60f0ebd9dbcec327909fd8832503fa269445c499548a8999ad957046a9ebbea8
image: docker.io/bitnami/minio-client:2024.11.17-debian-12-r1@sha256:8bfc999f84770cff2106d06c99f9a5127b0ebc4ca93d5389f3227c3bde383afa
environment:
MINIO_SERVER_ACCESS_KEY: admin
# kics-scan ignore-line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Testcontainers" Version="4.0.0" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down
18 changes: 9 additions & 9 deletions src/PathlingS3Import.Tests.E2E/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"Hl7.Fhir.R4": {
"type": "Direct",
"requested": "[5.11.0, )",
"resolved": "5.11.0",
"contentHash": "KBDULQZARiYOyewonZX/5oJoGUcw7bkkWdRPhp63b3EH/Yr+RpZ/UnO6yZpx0s+YLU5buo/r1XjmKuyc81XIpw==",
"requested": "[5.11.1, )",
"resolved": "5.11.1",
"contentHash": "69zJSBnJvatxEl0w9XrFzwzWjqpGFunK1jmIUQgsnIV8WSPRwj0F0tOwYE4XY890dPCWLhKYQjL+Jx4AsudVbA==",
"dependencies": {
"Hl7.Fhir.Conformance": "5.11.0"
"Hl7.Fhir.Conformance": "5.11.1"
}
},
"Microsoft.NET.Test.Sdk": {
Expand Down Expand Up @@ -91,8 +91,8 @@
},
"Hl7.Fhir.Base": {
"type": "Transitive",
"resolved": "5.11.0",
"contentHash": "LxPB+K7UT2jfGckOtKvKb3nmNXrXKAofSkB1sPC+OcAwkaNelnxv2GNEnYHhWHuX88zjHOqH/yqQACoyzj5nwQ==",
"resolved": "5.11.1",
"contentHash": "7YVZic2XeBllSmhccmF6tc2dggzBQmq/i1lIpTXYSZgA5qiw/C+SLBOytzB22GS4Xk1BKaNUksK0iDZTQH6dqQ==",
"dependencies": {
"Fhir.Metrics": "1.3.0",
"Newtonsoft.Json": "13.0.3",
Expand All @@ -102,10 +102,10 @@
},
"Hl7.Fhir.Conformance": {
"type": "Transitive",
"resolved": "5.11.0",
"contentHash": "OJSpL+/1qIlBKAMPJm26pXT6SDeHRAkMhXgVEWHMVsHRMR9e/fdt3VyNZy0vh2kwbZhWB/e42zYROw3DMGccuA==",
"resolved": "5.11.1",
"contentHash": "fOIfkaC5304LdhRh4TvdmV/L2dKnMyggGAjvZDN6dfnuckd4lKu7dZQe1W6dsmFj1IBhsCdJWET8f/uAH4deHQ==",
"dependencies": {
"Hl7.Fhir.Base": "5.11.0"
"Hl7.Fhir.Base": "5.11.1"
}
},
"Microsoft.CodeCoverage": {
Expand Down
2 changes: 1 addition & 1 deletion src/PathlingS3Import/PathlingS3Import.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="DotMake.CommandLine" Version="1.8.8" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.11.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
<PackageReference Include="Minio" Version="6.0.3" />
Expand Down
18 changes: 9 additions & 9 deletions src/PathlingS3Import/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"Hl7.Fhir.R4": {
"type": "Direct",
"requested": "[5.11.0, )",
"resolved": "5.11.0",
"contentHash": "KBDULQZARiYOyewonZX/5oJoGUcw7bkkWdRPhp63b3EH/Yr+RpZ/UnO6yZpx0s+YLU5buo/r1XjmKuyc81XIpw==",
"requested": "[5.11.1, )",
"resolved": "5.11.1",
"contentHash": "69zJSBnJvatxEl0w9XrFzwzWjqpGFunK1jmIUQgsnIV8WSPRwj0F0tOwYE4XY890dPCWLhKYQjL+Jx4AsudVbA==",
"dependencies": {
"Hl7.Fhir.Conformance": "5.11.0"
"Hl7.Fhir.Conformance": "5.11.1"
}
},
"Microsoft.Extensions.DependencyInjection": {
Expand Down Expand Up @@ -88,8 +88,8 @@
},
"Hl7.Fhir.Base": {
"type": "Transitive",
"resolved": "5.11.0",
"contentHash": "LxPB+K7UT2jfGckOtKvKb3nmNXrXKAofSkB1sPC+OcAwkaNelnxv2GNEnYHhWHuX88zjHOqH/yqQACoyzj5nwQ==",
"resolved": "5.11.1",
"contentHash": "7YVZic2XeBllSmhccmF6tc2dggzBQmq/i1lIpTXYSZgA5qiw/C+SLBOytzB22GS4Xk1BKaNUksK0iDZTQH6dqQ==",
"dependencies": {
"Fhir.Metrics": "1.3.0",
"Newtonsoft.Json": "13.0.3",
Expand All @@ -99,10 +99,10 @@
},
"Hl7.Fhir.Conformance": {
"type": "Transitive",
"resolved": "5.11.0",
"contentHash": "OJSpL+/1qIlBKAMPJm26pXT6SDeHRAkMhXgVEWHMVsHRMR9e/fdt3VyNZy0vh2kwbZhWB/e42zYROw3DMGccuA==",
"resolved": "5.11.1",
"contentHash": "fOIfkaC5304LdhRh4TvdmV/L2dKnMyggGAjvZDN6dfnuckd4lKu7dZQe1W6dsmFj1IBhsCdJWET8f/uAH4deHQ==",
"dependencies": {
"Hl7.Fhir.Base": "5.11.0"
"Hl7.Fhir.Base": "5.11.1"
}
},
"Microsoft.Bcl.AsyncInterfaces": {
Expand Down

0 comments on commit 48c53e5

Please sign in to comment.