Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update dependency stackexchange.redis to 2.13.17
  • Loading branch information
renovate-bot committed May 27, 2026
commit 5455a732cb026be24c503ea802fcf1124ca21b1b
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<PackageVersion Include="PublicApiGenerator" Version="11.5.4" />
<PackageVersion Include="RandomDataGenerator.Net" Version="1.0.19.1" />
<PackageVersion Include="Shouldly" Version="4.3.0" />
<PackageVersion Include="StackExchange.Redis" Version="2.13.10" />
<PackageVersion Include="StackExchange.Redis" Version="2.13.17" />
<PackageVersion Include="Sourcy.DotNet" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\..\..\TUnit.Assertions.SourceGenerator\TUnit.Assertions.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="2.2.3" />
<PackageReference Include="Npgsql" Version="10.0.3" />
<PackageReference Include="StackExchange.Redis" Version="2.13.10" />
<PackageReference Include="StackExchange.Redis" Version="2.13.17" />
<PackageReference Include="RabbitMQ.Client" Version="7.2.1" />
</ItemGroup>

Expand Down
Loading