From 2ce6004886b38860f96f35ccdeb7790efd9684c9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 8 Oct 2024 14:15:43 +0000
Subject: [PATCH] chore(deps): update all non-major dependencies
---
.config/dotnet-tools.json | 2 +-
Dockerfile | 2 +-
compose.yaml | 10 +-
.../PathlingS3Import.Tests.E2E.csproj | 6 +-
src/PathlingS3Import/PathlingS3Import.csproj | 8 +-
src/PathlingS3Import/packages.lock.json | 104 ++++++++----------
6 files changed, 59 insertions(+), 73 deletions(-)
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index f46f350..decf14a 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
- "version": "0.29.1",
+ "version": "0.29.2",
"commands": ["dotnet-csharpier"]
}
}
diff --git a/Dockerfile b/Dockerfile
index cd660a1..74ac1dd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.401-noble@sha256:d37cbb248b78027e3f149ea422bc9dc3bbf5b8c47bd1150e14c9849462235e91 AS build
+FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.402-noble@sha256:96bd4e90b80d82f8e77512ec0893d7ae18b4d2af332b9e68ed575c9842cc175c AS build
WORKDIR /build
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
diff --git a/compose.yaml b/compose.yaml
index 6e544be..30419eb 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -1,6 +1,6 @@
services:
minio:
- image: docker.io/bitnami/minio:2024.8.29-debian-12-r2@sha256:3f2397fca8d1944683d06a78e13967bc92101a0c8ef696a42b177c3184b63516
+ image: docker.io/bitnami/minio:2024.10.2-debian-12-r0@sha256:d60c19841eacb40fd800821fce468dce7b81c3a09a8b559ceb5e3945491a60db
environment:
MINIO_ROOT_USER: "admin"
# kics-scan ignore-line
@@ -13,7 +13,7 @@ services:
- "127.0.0.1:9001:9001"
wait-for-minio:
- image: docker.io/curlimages/curl:8.9.1@sha256:8addc281f0ea517409209f76832b6ddc2cabc3264feb1ebbec2a2521ffad24e4
+ image: docker.io/curlimages/curl:8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
restart: "no"
environment:
MINIO_ENDPOINT_URL: http://minio:9000
@@ -29,7 +29,7 @@ services:
condition: service_started
minio-client:
- image: docker.io/bitnami/minio-client:2024.8.26-debian-12-r2@sha256:7b91be4651d5cfc9146ba8f104bf67cc809c37e6d39653d959f28a2ce01ac7ca
+ image: docker.io/bitnami/minio-client:2024.10.2-debian-12-r0@sha256:264abc218118fd3f5862c46b61acaa9c77cf95e78a585e7443bcbed49b49af0e
environment:
MINIO_SERVER_ACCESS_KEY: admin
# kics-scan ignore-line
@@ -88,7 +88,7 @@ services:
condition: service_completed_successfully
wait-for-pathling:
- image: docker.io/curlimages/curl:8.9.1@sha256:8addc281f0ea517409209f76832b6ddc2cabc3264feb1ebbec2a2521ffad24e4
+ image: docker.io/curlimages/curl:8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
restart: "no"
environment:
PATHLING_URL: http://pathling:8080
@@ -104,6 +104,6 @@ services:
condition: service_started
pushgateway:
- image: docker.io/prom/pushgateway:v1.9.0@sha256:98a458415f8f5afcfd45622d289a0aa67063563bec0f90d598ebc76783571936
+ image: docker.io/prom/pushgateway:v1.10.0@sha256:7a4d0696a24ef4e8bad62bee5656855a0aff2f26416d8cb32009dc28d6263604
ports:
- "127.0.0.1:9091:9091"
diff --git a/src/PathlingS3Import.Tests.E2E/PathlingS3Import.Tests.E2E.csproj b/src/PathlingS3Import.Tests.E2E/PathlingS3Import.Tests.E2E.csproj
index 55ee8f2..8c3a446 100644
--- a/src/PathlingS3Import.Tests.E2E/PathlingS3Import.Tests.E2E.csproj
+++ b/src/PathlingS3Import.Tests.E2E/PathlingS3Import.Tests.E2E.csproj
@@ -11,11 +11,11 @@
-
-
+
+
-
+
diff --git a/src/PathlingS3Import/PathlingS3Import.csproj b/src/PathlingS3Import/PathlingS3Import.csproj
index 65760fb..dba5228 100644
--- a/src/PathlingS3Import/PathlingS3Import.csproj
+++ b/src/PathlingS3Import/PathlingS3Import.csproj
@@ -10,11 +10,11 @@
-
-
-
+
+
+
-
+
diff --git a/src/PathlingS3Import/packages.lock.json b/src/PathlingS3Import/packages.lock.json
index 608d36e..1a32ede 100644
--- a/src/PathlingS3Import/packages.lock.json
+++ b/src/PathlingS3Import/packages.lock.json
@@ -10,34 +10,33 @@
},
"Hl7.Fhir.R4": {
"type": "Direct",
- "requested": "[5.9.1, )",
- "resolved": "5.9.1",
- "contentHash": "qGOi0YZb/1Tzq2fYkctuebqBQRi9QAbcnwTRXik+0GvBNJgaiFpuMv663G0oqzcTyLWQFNShDFzMUx1O2KYfZw==",
+ "requested": "[5.10.3, )",
+ "resolved": "5.10.3",
+ "contentHash": "EEG2ThunUPvhWlmtWdpfR8prHLNCG1qmd65UvEb7yfuNj52BI4zwZMkVVwfuDBF9KVMOtQ44iyiArDTSHSfrBA==",
"dependencies": {
- "Hl7.Fhir.Conformance": "5.9.1"
+ "Hl7.Fhir.Conformance": "5.10.3"
}
},
"Microsoft.Extensions.DependencyInjection": {
"type": "Direct",
- "requested": "[8.0.0, )",
- "resolved": "8.0.0",
- "contentHash": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
+ "requested": "[8.0.1, )",
+ "resolved": "8.0.1",
+ "contentHash": "BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
},
"Microsoft.Extensions.Logging.Console": {
"type": "Direct",
- "requested": "[8.0.0, )",
- "resolved": "8.0.0",
- "contentHash": "e+48o7DztoYog+PY430lPxrM4mm3PbA6qucvQtUDDwVo4MO+ejMw7YGc/o2rnxbxj4isPxdfKFzTxvXMwAz83A==",
+ "requested": "[8.0.1, )",
+ "resolved": "8.0.1",
+ "contentHash": "uzcg/5U2eLyn5LIKlERkdSxw6VPC1yydnOSQiRRWGBGN3kphq3iL4emORzrojScDmxRhv49gp5BI8U3Dz7y4iA==",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
- "Microsoft.Extensions.Logging": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Logging.Configuration": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0",
- "System.Text.Json": "8.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging": "8.0.1",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging.Configuration": "8.0.1",
+ "Microsoft.Extensions.Options": "8.0.2"
}
},
"Minio": {
@@ -55,9 +54,9 @@
},
"Polly.Core": {
"type": "Direct",
- "requested": "[8.4.1, )",
- "resolved": "8.4.1",
- "contentHash": "bg4kE7mFwXc6FJ8NLknTgVgLAMlbToWC7vpdqAITv8lPzKpp9v7aWJPc04GRoZQaJhVY/tdr8K2/VW2aTmaA1Q=="
+ "requested": "[8.4.2, )",
+ "resolved": "8.4.2",
+ "contentHash": "BpE2I6HBYYA5tF0Vn4eoQOGYTYIK1BlF5EXVgkWGn3mqUUjbXAr13J6fZVbp7Q3epRR8yshacBMlsHMhpOiV3g=="
},
"Prometheus.Client.MetricPusher": {
"type": "Direct",
@@ -89,8 +88,8 @@
},
"Hl7.Fhir.Base": {
"type": "Transitive",
- "resolved": "5.9.1",
- "contentHash": "5sMUM56qGUJh2jTfgm+DPXwqGJIsxjeqIrvGlOFFGefOiGAbGUTlHpsH5FjsqvGI9tRBkIOz7ZklapOXE/7QJA==",
+ "resolved": "5.10.3",
+ "contentHash": "P0Pu4jtslQyDjwEAlkPDAGY/XGFLQBZBpOzqgw4lwTz07j7jJpZyP0655hXOY9wkphtwOcfCvore5BBSD3uKOQ==",
"dependencies": {
"Fhir.Metrics": "1.3.0",
"Newtonsoft.Json": "13.0.3",
@@ -100,10 +99,10 @@
},
"Hl7.Fhir.Conformance": {
"type": "Transitive",
- "resolved": "5.9.1",
- "contentHash": "2m1rm8aLQ5C7Vanc8oFRJTmkSID8PPhH95ojYzt4jcJc2ShCJIAFaRwDET6RLhP4gDsxwapuESlrCxvWxxOyNQ==",
+ "resolved": "5.10.3",
+ "contentHash": "PIVl2VJFmTuY4QoiHdefv27x3L8lvkfCgRP4Y+VDSozm0FPamc4Q0qth4ML1RcJI7NM2BUVpjXPJV675aqDnfg==",
"dependencies": {
- "Hl7.Fhir.Base": "5.9.1"
+ "Hl7.Fhir.Base": "5.10.3"
}
},
"Microsoft.Bcl.AsyncInterfaces": {
@@ -130,54 +129,54 @@
},
"Microsoft.Extensions.Configuration.Binder": {
"type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==",
+ "resolved": "8.0.2",
+ "contentHash": "7IQhGK+wjyGrNsPBjJcZwWAr+Wf6D4+TwOptUt77bWtgNkiV8tDEbhFS+dDamtQFZ2X7kWG9m71iZQRj2x3zgQ==",
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions": {
"type": "Transitive",
- "resolved": "8.0.1",
- "contentHash": "fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA=="
+ "resolved": "8.0.2",
+ "contentHash": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg=="
},
"Microsoft.Extensions.Logging": {
"type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
+ "resolved": "8.0.1",
+ "contentHash": "4x+pzsQEbqxhNf1QYRr5TDkLP9UsLT3A6MdRKDDEgrW7h1ljiEPgTNhKYUhNCCAaVpQECVQ+onA91PTPnIp6Lw==",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0"
+ "Microsoft.Extensions.DependencyInjection": "8.0.1",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2"
}
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
+ "resolved": "8.0.2",
+ "contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
},
"Microsoft.Extensions.Logging.Configuration": {
"type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "ixXXV0G/12g6MXK65TLngYN9V5hQQRuV+fZi882WIoVJT7h5JvoYoxTEwCgdqwLjSneqh1O+66gM8sMr9z/rsQ==",
+ "resolved": "8.0.1",
+ "contentHash": "QWwTrsgOnJMmn+XUslm8D2H1n3PkP/u/v52FODtyBc/k4W9r3i2vcXXeeX/upnzllJYRRbrzVzT0OclfNJtBJA==",
"dependencies": {
"Microsoft.Extensions.Configuration": "8.0.0",
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
- "Microsoft.Extensions.Configuration.Binder": "8.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
- "Microsoft.Extensions.Logging": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0",
+ "Microsoft.Extensions.Configuration.Binder": "8.0.2",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging": "8.0.1",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2",
"Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0"
}
},
"Microsoft.Extensions.Options": {
"type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
+ "resolved": "8.0.2",
+ "contentHash": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
"Microsoft.Extensions.Primitives": "8.0.0"
@@ -237,19 +236,6 @@
"type": "Transitive",
"resolved": "4.7.0",
"contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA=="
- },
- "System.Text.Encodings.Web": {
- "type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ=="
- },
- "System.Text.Json": {
- "type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
- "dependencies": {
- "System.Text.Encodings.Web": "8.0.0"
- }
}
}
}