diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6e997c4..e2b68ac 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.30.1", + "version": "0.30.2", "commands": ["dotnet-csharpier"] } } diff --git a/Dockerfile b/Dockerfile index 15c0e19..10ca75e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/compose.yaml b/compose.yaml index c5969c6..de86900 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 @@ -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 diff --git a/src/PathlingS3Import.Tests.E2E/PathlingS3Import.Tests.E2E.csproj b/src/PathlingS3Import.Tests.E2E/PathlingS3Import.Tests.E2E.csproj index e000b09..e705b56 100644 --- a/src/PathlingS3Import.Tests.E2E/PathlingS3Import.Tests.E2E.csproj +++ b/src/PathlingS3Import.Tests.E2E/PathlingS3Import.Tests.E2E.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/PathlingS3Import.Tests.E2E/packages.lock.json b/src/PathlingS3Import.Tests.E2E/packages.lock.json index 7b376d4..2ddbfa4 100644 --- a/src/PathlingS3Import.Tests.E2E/packages.lock.json +++ b/src/PathlingS3Import.Tests.E2E/packages.lock.json @@ -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": { @@ -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", @@ -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": { diff --git a/src/PathlingS3Import/PathlingS3Import.csproj b/src/PathlingS3Import/PathlingS3Import.csproj index dd50b20..ed86b6b 100644 --- a/src/PathlingS3Import/PathlingS3Import.csproj +++ b/src/PathlingS3Import/PathlingS3Import.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/PathlingS3Import/packages.lock.json b/src/PathlingS3Import/packages.lock.json index 9e2bcf2..b8c75ee 100644 --- a/src/PathlingS3Import/packages.lock.json +++ b/src/PathlingS3Import/packages.lock.json @@ -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": { @@ -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", @@ -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": {