Skip to content

Commit d1c4f7d

Browse files
committed
Update dependencies
Signed-off-by: Victor Chang <[email protected]>
1 parent ffcc473 commit d1c4f7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Authentication/Monai.Deploy.Security.Authentication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
~ Copyright 2022 MONAI Consortium
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -67,7 +67,7 @@
6767
</Content>
6868
</ItemGroup>
6969
<ItemGroup>
70-
<PackageReference Include="Ardalis.GuardClauses" Version="4.2.0" />
70+
<PackageReference Include="Ardalis.GuardClauses" Version="4.3.0" />
7171
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
7272
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
7373
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />

src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
~ Copyright 2022 MONAI Consortium
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,8 +22,8 @@
2222
</PropertyGroup>
2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
25-
<PackageReference Include="xunit" Version="2.6.3" />
26-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
25+
<PackageReference Include="xunit" Version="2.6.4" />
26+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
<PrivateAssets>all</PrivateAssets>
2929
</PackageReference>

0 commit comments

Comments
 (0)