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"