Skip to content

Commit

Permalink
Merge branch 'main' into renovate/nuget-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-dgopa authored Jan 23, 2025
2 parents a66dec1 + 71f3fe5 commit ef4d005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Altinn.Authorization.ServiceDefaults.Npgsql" Version="2.9.0" />
<PackageReference Include="Altinn.Authorization.ServiceDefaults.Npgsql.Yuniql" Version="2.9.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Include="Npgsql" Version="8.0.6" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Altinn.Auth.AuditLog/Altinn.Auth.AuditLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.IdentityModel.Logging" Version="8.1.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Npgsql.DependencyInjection" Version="8.0.6" />
<PackageReference Include="Npgsql.DependencyInjection" Version="9.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Yuniql.AspNetCore" Version="1.2.25" />
<PackageReference Include="Yuniql.PostgreSql" Version="1.3.15" />
Expand Down

0 comments on commit ef4d005

Please sign in to comment.