Skip to content

Commit 2dc1092

Browse files
Bump Microsoft.AspNetCore.DataProtection.StackExchangeRedis from 10.0.3 to 10.0.5
--- updated-dependencies: - dependency-name: Microsoft.AspNetCore.DataProtection.StackExchangeRedis dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.DataProtection.StackExchangeRedis dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.DataProtection.StackExchangeRedis dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.DataProtection.StackExchangeRedis dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdd3051 commit 2dc1092

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2020
</PackageReference>
2121
<PackageReference Include="xunit" Version="2.9.3" />
22-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.3" />
22+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.5" />
2323
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
2424
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="10.0.3" />
2525
</ItemGroup>

src/Services/Identity/Identity.API/Identity.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="System.Data.SqlClient" Version="4.9.1" />
3535
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.5.0" />
3636
<PackageReference Include="Azure.Identity" Version="1.18.0" />
37-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.3" />
37+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.5" />
3838
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.3" />
3939
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.3" />
4040
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.3" />

src/Web/WebMVC/WebMVC.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="Serilog.Sinks.Seq" Version="9.0.0" />
3535
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.3" />
3636
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.3" />
37-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.3" />
37+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.5" />
3838
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="10.0.3" />
3939
</ItemGroup>
4040
<ItemGroup>

src/Web/WebSPA/WebSPA.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
3737
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
3838
<PackageReference Include="Serilog.Sinks.Seq" Version="9.0.0" />
39-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.3" />
39+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.5" />
4040
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="10.0.3" />
4141
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="10.0.3" />
4242
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />

0 commit comments

Comments
 (0)