From 505b98b5ffea472dbf7fa672d99c924bed0d33d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 18:51:58 +0000 Subject: [PATCH] chore(deps): bump github.com/redis/go-redis/v9 in /stores/redis Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.1 to 9.5.5. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/go-redis/compare/v9.5.1...v9.5.5) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stores/redis/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/redis/go.mod b/stores/redis/go.mod index 655bd44..05e5c0f 100644 --- a/stores/redis/go.mod +++ b/stores/redis/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/alicebob/miniredis/v2 v2.32.1 - github.com/redis/go-redis/v9 v9.5.1 + github.com/redis/go-redis/v9 v9.5.5 github.com/stretchr/testify v1.9.0 )