From 768fe5bdf805b4209b817ae1b336950edb5e63da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:53:10 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (#305) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- hack/compose.yaml | 4 +-- .../FhirServerExporter.Tests.E2E.csproj | 2 +- .../packages.lock.json | 26 ++++++++++++------- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/hack/compose.yaml b/hack/compose.yaml index 8326579..0a5ff53 100644 --- a/hack/compose.yaml +++ b/hack/compose.yaml @@ -1,6 +1,6 @@ services: prometheus: - image: quay.io/prometheus/prometheus:v3.2.0@sha256:5888c188cf09e3f7eebc97369c3b2ce713e844cdbd88ccf36f5047c958aea120 + image: quay.io/prometheus/prometheus:v3.2.1@sha256:6927e0919a144aa7616fd0137d4816816d42f6b816de3af269ab065250859a62 ports: - "127.0.0.1:9090:9090" volumes: @@ -14,7 +14,7 @@ services: - "127.0.0.1:8082:8080" keycloak: - image: quay.io/keycloak/keycloak:26.1.2@sha256:4704c51a25096e24379eafc81db5d7654a33b05e260a7eed2f4486b2daf00c45 + image: quay.io/keycloak/keycloak:26.1.3@sha256:2ce6c7c70994c70dbbd70b372a5422c3b4eebb32583175eac03751320609e52c environment: KEYCLOAK_ADMIN: admin # kics-scan ignore-line diff --git a/src/FhirServerExporter.Tests.E2E/FhirServerExporter.Tests.E2E.csproj b/src/FhirServerExporter.Tests.E2E/FhirServerExporter.Tests.E2E.csproj index de32671..a44a797 100644 --- a/src/FhirServerExporter.Tests.E2E/FhirServerExporter.Tests.E2E.csproj +++ b/src/FhirServerExporter.Tests.E2E/FhirServerExporter.Tests.E2E.csproj @@ -4,7 +4,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/FhirServerExporter.Tests.E2E/packages.lock.json b/src/FhirServerExporter.Tests.E2E/packages.lock.json index 7ecbdaa..ce33faa 100644 --- a/src/FhirServerExporter.Tests.E2E/packages.lock.json +++ b/src/FhirServerExporter.Tests.E2E/packages.lock.json @@ -65,14 +65,14 @@ }, "Testcontainers": { "type": "Direct", - "requested": "[4.2.0, )", - "resolved": "4.2.0", - "contentHash": "GzxvSJQvasxWLty1BWBSIqc3Rmymv5zorLCWWLo5AfoDCXAVQf5GDl7F9wBOWRs7qnuP5bha8FAzSvMotLJeAg==", + "requested": "[4.3.0, )", + "resolved": "4.3.0", + "contentHash": "1cxsjDE2+rdi/ELOel+NbQhQ7tvaqXG2YDN6nmhDzyAu9baGM2FUENG/3eG7N+ak3nap35RFvxyhIdVBeqNwlA==", "dependencies": { "Docker.DotNet.Enhanced": "3.126.1", "Docker.DotNet.Enhanced.X509": "3.126.1", - "Microsoft.Extensions.Logging.Abstractions": "8.0.2", - "SSH.NET": "2024.1.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.3", + "SSH.NET": "2024.2.0", "SharpZipLib": "1.4.2" } }, @@ -93,6 +93,11 @@ "resolved": "3.0.2", "contentHash": "oXbusR6iPq0xlqoikjdLvzh+wQDkMv9If58myz9MEzldS4nIcp442Btgs2sWbYWV+caEluMe2pQCZ0hUZgPiow==" }, + "BouncyCastle.Cryptography": { + "type": "Transitive", + "resolved": "2.4.0", + "contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==" + }, "Castle.Core": { "type": "Transitive", "resolved": "5.1.1", @@ -150,8 +155,8 @@ }, "Microsoft.Extensions.Logging.Abstractions": { "type": "Transitive", - "resolved": "8.0.2", - "contentHash": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==", + "resolved": "8.0.3", + "contentHash": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" } @@ -185,8 +190,11 @@ }, "SSH.NET": { "type": "Transitive", - "resolved": "2024.1.0", - "contentHash": "pyOea9czgC+OwMoetuWtMuwRebOyskKkqTZtODgyEZ5K6JwV+Hh/GFiyYubl93YnEvmvNZeuyWyUDsb3LvBDYA==" + "resolved": "2024.2.0", + "contentHash": "9r+4UF2P51lTztpd+H7SJywk7WgmlWB//Cm2o96c6uGVZU5r58ys2/cD9pCgTk0zCdSkfflWL1WtqQ9I4IVO9Q==", + "dependencies": { + "BouncyCastle.Cryptography": "2.4.0" + } }, "StyleCop.Analyzers.Unstable": { "type": "Transitive",