Skip to content

Commit 060a346

Browse files
fix(deps): update dotnet monorepo (#494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ae5f8c commit 060a346

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.304",
3+
"version": "9.0.305",
44
"rollForward": "latestFeature"
55
}
66
}

src/oidc-guard/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILDPLATFORM=linux/amd64
22

3-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine3.21@sha256:430bd56f4348f9dd400331f0d71403554ec83ae1700a7dcfe1e1519c9fd12174 AS build
3+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine3.21@sha256:f47429a125e38d83f5231a78dde18106cb447d541f7ffdc5b8af4d227a323d95 AS build
44
RUN apk add build-base zlib-dev
55
WORKDIR /src
66
COPY oidc-guard.csproj .
@@ -12,7 +12,7 @@ FROM build AS publish
1212
ARG VERSION=0.0.1
1313
RUN dotnet publish "oidc-guard.csproj" -c Release --use-current-runtime -o /app/publish /p:Version=${VERSION}
1414

15-
FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-alpine3.21@sha256:9c12cc8d62477af512d57659bf43bf27c5ba0f40cf80c6170a3ee21fde31ffea AS base
15+
FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-alpine3.21@sha256:9a76f1a077108fd50b12d8b86886f322123ba5c1809fd2d5ec4f3cae690534d8 AS base
1616
WORKDIR /app
1717
EXPOSE 8080
1818
EXPOSE 8433

src/oidc-guard/oidc-guard.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="JsonPath.Net" Version="2.1.1" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.8" />
32-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.8" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.9" />
32+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.9" />
3333
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.14.0" />
3434
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.AspNetCore" Version="1.12.0-beta.1" />
3535
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" />

tests/oidc-guard-tests/oidc-guard-tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Duende.IdentityModel.OidcClient" Version="6.0.1" />
2121
<PackageReference Include="KubernetesClient" Version="17.0.14" />
2222
<PackageReference Include="FluentAssertions" Version="7.2.0" />
23-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.8" />
23+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.9" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
2525
<PackageReference Include="Microsoft.Playwright" Version="1.55.0" />
2626
<PackageReference Include="Moq" Version="4.20.72" />
@@ -30,7 +30,7 @@
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
<PrivateAssets>all</PrivateAssets>
3232
</PackageReference>
33-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.8" />
33+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.9" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

0 commit comments

Comments
 (0)