Skip to content

Commit

Permalink
chore(deps): update dependency jwtcookieauthentication to v4 (#12631)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency jwtcookieauthentication to v4

* Update kvSettings import

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: andreastanderen <andreastanderen@gmail.com>
  • Loading branch information
renovate[bot] and standeren authored Apr 9, 2024
1 parent 68fe13e commit f50f293
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/packagegroups/NuGet.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Update="JsonSchema.Net" Version="5.5.1" />
<PackageReference Update="CompilerAttributes" Version="1.1.2" />
<PackageReference Update="ini-parser-netstandard" Version="2.5.2" />
<PackageReference Update="JWTCookieAuthentication" Version="3.0.1" />
<PackageReference Update="JWTCookieAuthentication" Version="4.0.1" />
<!-- Do not upgrade this package unless extensively tested-->
<PackageReference Update="LibGit2Sharp" Version="0.30.0" />
<PackageReference Update="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Altinn.Common.AccessToken.Configuration;
using Altinn.Studio.Designer.Configuration;
using Altinn.Studio.Designer.Configuration.Extensions;
using Altinn.Studio.Designer.Infrastructure.Models;
using AltinnCore.Authentication.Constants;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.IO;
using System.Runtime.InteropServices;
using AltinnCore.Authentication.Constants;
using Altinn.Common.AccessToken.Configuration;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
Expand Down

0 comments on commit f50f293

Please sign in to comment.