From 726b874af4c097510184985dee565860ebcf0c6e Mon Sep 17 00:00:00 2001 From: Adrian Manikowski Date: Wed, 31 Jul 2024 13:11:36 +0000 Subject: [PATCH] VM - Redis - Updated to 7.2.5 --- vm/chef/cookbooks/redis/attributes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/chef/cookbooks/redis/attributes/default.rb b/vm/chef/cookbooks/redis/attributes/default.rb index effb2e4911..0467e85a72 100644 --- a/vm/chef/cookbooks/redis/attributes/default.rb +++ b/vm/chef/cookbooks/redis/attributes/default.rb @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['redis']['version'] = '7.2.3' +default['redis']['version'] = '7.2.5' default['redis']['download_url'] = "http://download.redis.io/releases/redis-#{default['redis']['version']}.tar.gz"