Skip to content

chore(deps): Bump StackExchange.Redis from 2.13.17 to 3.1.13 - #577

Merged
mforce merged 3 commits into
mainfrom
dependabot/nuget/src/Cluckwork.Infrastructure/StackExchange.Redis-3.1.13
Aug 22, 2026
Merged

chore(deps): Bump StackExchange.Redis from 2.13.17 to 3.1.13#577
mforce merged 3 commits into
mainfrom
dependabot/nuget/src/Cluckwork.Infrastructure/StackExchange.Redis-3.1.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Updated StackExchange.Redis from 2.13.17 to 3.1.13.

Release notes

Sourced from StackExchange.Redis's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: StackExchange.Redis
  dependency-version: 3.1.13
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 21, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6e5676c307

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.*" />
<PackageReference Include="Serilog.Extensions.Logging" Version="10.*" />
<PackageReference Include="StackExchange.Redis" Version="2.*" />
<PackageReference Include="StackExchange.Redis" Version="3.*" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the downstream NuGet lock files

The API and integration-test lock files still describe Cluckwork.Infrastructure as requiring StackExchange.Redis [2.*, ) and resolve 2.13.17 (src/Cluckwork.Api/packages.lock.json:402-405,489-500 and tests/Cluckwork.Api.IntegrationTests/packages.lock.json:446-449,550-561). Because ci.yml restores the entire solution with --locked-mode, this project-reference dependency change causes NU1004 before the build; regenerate and commit every affected downstream lock file with the bump.

AGENTS.md reference: AGENTS.md:L150-L150

Useful? React with 👍 / 👎.

cluckwork-lockfix Bot and others added 2 commits August 21, 2026 04:19
The 2.13.17 → 3.1.13 major bump is source-breaking in two spots:
- RedisTimeoutException(string, CommandStatus) is obsolete; the 3.x overload
  takes CommandFlags first — pass CommandFlags.None.
- StackExchange.Redis now ships its own TestHarness type, which collides with
  our Cluckwork.Api.IntegrationTests.Infrastructure.TestHarness; fully-qualify
  ours to Infrastructure.TestHarness at the single ambiguous call site.

Verified locally: --locked-mode restore clean, full solution build 0 errors,
ResilientFallback + DistributedRateLimiterWiring suites green (12),
SharedState suite green (43).
@mforce
mforce merged commit 4f78f74 into main Aug 22, 2026
10 checks passed
@mforce
mforce deleted the dependabot/nuget/src/Cluckwork.Infrastructure/StackExchange.Redis-3.1.13 branch August 22, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants