Skip to content

Commit

Permalink
chore(deps): update nuget non-major dependencies (#11620)
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 Nov 21, 2023
1 parent 3819510 commit 85cc9e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Format check
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:6.0.416-alpine3.18 # hardcode version until microsoft fixes issue in github runners
image: mcr.microsoft.com/dotnet/sdk:6.0.417-alpine3.18 # hardcode version until microsoft fixes issue in github runners
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Building studio frontend
FROM node:21.1.0-alpine AS generate-studio-frontend
FROM node:21.2.0-alpine AS generate-studio-frontend
WORKDIR /build
COPY . .
RUN corepack enable
Expand Down
10 changes: 5 additions & 5 deletions backend/packagegroups/NuGet.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Update="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Update="Microsoft.AspNetCore.DataProtection.AzureKeyVault" Version="3.1.24" />
<PackageReference Update="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.24" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.25" />
<PackageReference Update="Microsoft.Azure.KeyVault" Version="3.0.5" />
<PackageReference Update="Microsoft.Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Update="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
Expand All @@ -33,14 +33,14 @@
<PackageReference Update="Yuniql.AspNetCore" Version="1.2.25" />
<PackageReference Update="Yuniql.PostgreSql" Version="1.3.15" />
<PackageReference Update="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Update="Polly" Version="8.1.0" />
<PackageReference Update="Polly" Version="8.2.0" />
<PackageReference Update="Altinn.Authorization.ABAC" Version="0.0.7" />
<PackageReference Update="Altinn.ApiClients.Maskinporten" Version="9.1.0" />
</ItemGroup>

<ItemGroup Label="Packages used for testing">
<PackageReference Update="FluentAssertions" Version="6.12.0" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.24" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<!-- Do not upgrade Moq version from 4.18.4 -->
<PackageReference Update="Moq" Version="4.20.69" />
Expand All @@ -52,7 +52,7 @@
<PackageReference Update="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
<PackageReference Update="Microsoft.CodeAnalysis.Common" Version="4.7.0" />
<PackageReference Update="Testcontainers" Version="3.5.0" />
<PackageReference Update="Testcontainers.PostgreSql" Version="3.5.0" />
<PackageReference Update="Testcontainers" Version="3.6.0" />
<PackageReference Update="Testcontainers.PostgreSql" Version="3.6.0" />
</ItemGroup>
</Project>

0 comments on commit 85cc9e3

Please sign in to comment.