From 770a81463dcaf0e2e24b78f54ab22e13791d55df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 18:54:03 +0000 Subject: [PATCH] build(deps): bump github.com/redis/go-redis/v9 Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.7.0 to 9.7.3. - [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.7.0...v9.7.3) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- public/bundle/enterprise/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/bundle/enterprise/go.mod b/public/bundle/enterprise/go.mod index 383ec08379..7903f4ae21 100644 --- a/public/bundle/enterprise/go.mod +++ b/public/bundle/enterprise/go.mod @@ -293,7 +293,7 @@ require ( github.com/r3labs/diff/v3 v3.0.1 // indirect github.com/rabbitmq/amqp091-go v1.10.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect - github.com/redis/go-redis/v9 v9.7.0 // indirect + github.com/redis/go-redis/v9 v9.7.3 // indirect github.com/redpanda-data/benthos/v4 v4.43.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/rickb777/period v1.0.7 // indirect