Skip to content

Commit

Permalink
chore(deps): update nuget non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 4548730 commit 9630dce
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.410-alpine3.18 # hardcode version until microsoft fixes issue in github runners
image: mcr.microsoft.com/dotnet/sdk:6.0.415-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:20.5.1-alpine AS generate-studio-frontend
FROM node:20.8.0-alpine AS generate-studio-frontend
WORKDIR /build
COPY . .
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion backend/PolicyAdmin/PolicyAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Altinn.Authorization.ABAC" Version="0.0.5" />
<PackageReference Include="Altinn.Authorization.ABAC" Version="0.0.6" />
</ItemGroup>

</Project>
18 changes: 9 additions & 9 deletions backend/packagegroups/NuGet.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<ItemGroup Label="Altinn specific packages">
<PackageReference Update="Altinn.Common.AccessToken" Version="3.0.1" />
<PackageReference Update="Altinn.Common.AccessTokenClient" Version="1.1.3" />
<PackageReference Update="Altinn.Platform.Storage.Interface" Version="3.23.0" />
<PackageReference Update="Altinn.Common.AccessTokenClient" Version="1.1.4" />
<PackageReference Update="Altinn.Platform.Storage.Interface" Version="3.24.0" />
</ItemGroup>

<ItemGroup Label="Shared nuget packages">
<PackageReference Update="JsonSchema.Net" Version="5.2.5" />
<PackageReference Update="JsonSchema.Net" Version="5.2.6" />
<PackageReference Update="CompilerAttributes" Version="1.1.2" />
<PackageReference Update="ini-parser-netstandard" Version="2.5.2" />
<PackageReference Update="JWTCookieAuthentication" Version="3.0.1" />
Expand All @@ -18,15 +18,15 @@
<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.21" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.22" />
<PackageReference Update="Microsoft.Azure.KeyVault" Version="3.0.5" />
<PackageReference Update="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
<PackageReference Update="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.24" />
<PackageReference Update="Microsoft.VisualStudio.Web.BrowserLink" Version="2.2.0" />
<PackageReference Update="HtmlAgilityPack" Version="1.11.53" />
<PackageReference Update="HtmlAgilityPack" Version="1.11.54" />
<PackageReference Update="Microsoft.DiaSymReader.Native" Version="1.7.0" />
<PackageReference Update="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.16" />
<PackageReference Update="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.8" />
<PackageReference Update="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.22" />
<PackageReference Update="Scrutor" Version="4.2.2" />
<PackageReference Update="Yuniql.AspNetCore" Version="1.2.25" />
<PackageReference Update="Yuniql.PostgreSql" Version="1.3.15" />
Expand All @@ -36,12 +36,12 @@

<ItemGroup Label="Packages used for testing">
<PackageReference Update="FluentAssertions" Version="6.12.0" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.21" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.22" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<!-- Do not upgrade Moq version from 4.18.4 -->
<PackageReference Update="Moq" Version="4.20.69" />
<PackageReference Update="xunit" Version="2.5.0" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Update="xunit" Version="2.5.1" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.1" />
<PackageReference Update="coverlet.collector" Version="6.0.0" />
<PackageReference Update="Basic.Reference.Assemblies" Version="1.4.5" />
<PackageReference Update="Fare" Version="2.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion backend/src/Designer/Designer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Altinn.Authorization.ABAC" Version="0.0.5" />
<PackageReference Include="Altinn.Authorization.ABAC" Version="0.0.6" />
<PackageReference Include="Altinn.ApiClients.Maskinporten" Version="9.0.0" />
<PackageReference Include="Altinn.Common.AccessToken" />
<PackageReference Include="Altinn.Common.AccessTokenClient" />
Expand Down

0 comments on commit 9630dce

Please sign in to comment.