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.12.14
  • Loading branch information
renovate-bot committed Apr 2, 2026
commit c4989646de819b8f16addf69f688d7836d524c88
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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.12.8" />
<PackageVersion Include="StackExchange.Redis" Version="2.12.14" />
<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.1.0" />
<PackageReference Include="Npgsql" Version="10.0.2" />
<PackageReference Include="StackExchange.Redis" Version="2.12.8" />
<PackageReference Include="StackExchange.Redis" Version="2.12.14" />
<PackageReference Include="RabbitMQ.Client" Version="7.2.1" />
</ItemGroup>

Expand Down
Loading