Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#305)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent f0033b9 commit 768fe5b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions hack/compose.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="FakeItEasy" Version="8.3.0" />
<PackageReference Include="FluentAssertions" Version="8.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Testcontainers" Version="4.2.0" />
<PackageReference Include="Testcontainers" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
26 changes: 17 additions & 9 deletions src/FhirServerExporter.Tests.E2E/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 768fe5b

Please sign in to comment.