Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent a545723 commit d7cabae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.27.1",
"version": "0.27.2",
"commands": ["dotnet-csharpier"]
},
"dotnet-outdated-tool": {
Expand Down
2 changes: 1 addition & 1 deletion compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
- ./hack/mocks:/config:ro

keycloak:
image: quay.io/keycloak/keycloak:23.0.4@sha256:830835848847d9689ddab92e2ff22be66f477fcacabebe47a5069bcebefdae05
image: quay.io/keycloak/keycloak:23.0.6@sha256:14e21c6f73e61adb75d268e85028485b3f92beae7c1278213ba12868f3e54599
restart: unless-stopped
profiles:
- keycloak
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NBomber" Version="5.4.1" />
<PackageReference Include="NBomber" Version="5.5.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/FhirPseudonymizer/FhirPseudonymizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Duende.AccessTokenManagement" Version="2.1.0" />
<PackageReference Include="AspNetCore.Authentication.ApiKey" Version="8.0.0" />
<PackageReference Include="AspNetCore.Authentication.ApiKey" Version="8.0.1" />
<PackageReference Include="FhirParametersGenerator" Version="0.5.0" />
<PackageReference Include="Google.Protobuf" Version="3.25.2" />
<PackageReference Include="Grpc.Net.Client" Version="2.60.0" />
Expand Down
6 changes: 3 additions & 3 deletions src/FhirPseudonymizer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"AspNetCore.Authentication.ApiKey": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "876uO9aeRquWaQQSJP0WFulmigM6qb1YFWNVWifJKGvcNPHiHjRxZFPNNBLO6eX7ucduTPLoDC5WhSLESHNjvQ=="
"requested": "[8.0.1, )",
"resolved": "8.0.1",
"contentHash": "u/WTgciHLgthMdBnOUsijh9HGxMW/6rLcEU/9DEAoS3L9DtqA8PVwmkD+XuZFVd8q3QkJapDaEkXe6fxHR6fcw=="
},
"Duende.AccessTokenManagement": {
"type": "Direct",
Expand Down

0 comments on commit d7cabae

Please sign in to comment.