From 4be25c6498027c678f8ab31bb8d43b88514146d6 Mon Sep 17 00:00:00 2001 From: Adrian Manikowski Date: Mon, 2 Dec 2024 10:06:26 +0000 Subject: [PATCH] VM - Tomcat - BUMP to 11.0.0 --- vm/chef/cookbooks/tomcat/attributes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/chef/cookbooks/tomcat/attributes/default.rb b/vm/chef/cookbooks/tomcat/attributes/default.rb index 1011c82dd0..6fb03a975b 100644 --- a/vm/chef/cookbooks/tomcat/attributes/default.rb +++ b/vm/chef/cookbooks/tomcat/attributes/default.rb @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['tomcat']['version'] = '10.1.20' -default['tomcat']['sha256'] = '8427c5509f14e482940a015f3f60de20342d3d72c8dea9982a4d7112cb71a6ee' +default['tomcat']['version'] = '11.0.0' +default['tomcat']['sha256'] = 'd0ca319af349838f59009a9c5ed3709f02344201059dbc26dce4313ee969cd20' default['tomcat']['app']['install_dir'] = '/opt/tomcat'