From 974a804151d76d9bd3d5b6b107149bf384c400d7 Mon Sep 17 00:00:00 2001 From: Adrian Manikowski Date: Tue, 4 Jun 2024 06:35:50 +0000 Subject: [PATCH] VM - Solr - BUMP to 9.6.1 --- vm/chef/cookbooks/solr/attributes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/chef/cookbooks/solr/attributes/default.rb b/vm/chef/cookbooks/solr/attributes/default.rb index e9e594d181..b5dd7acbff 100644 --- a/vm/chef/cookbooks/solr/attributes/default.rb +++ b/vm/chef/cookbooks/solr/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,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['solr']['version'] = '9.2.0' +default['solr']['version'] = '9.6.1' default['solr']['packages'] = ['lsof']