From 4c71482ebf64fe4056fb32ff262e0ae8c5c18390 Mon Sep 17 00:00:00 2001 From: Adrian Manikowski Date: Thu, 23 May 2024 08:49:16 +0000 Subject: [PATCH] VM - Sonarqube version updated to 10.5.1.90531 --- vm/chef/cookbooks/sonarqube/attributes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/chef/cookbooks/sonarqube/attributes/default.rb b/vm/chef/cookbooks/sonarqube/attributes/default.rb index fccc031493..3e7e144e4a 100644 --- a/vm/chef/cookbooks/sonarqube/attributes/default.rb +++ b/vm/chef/cookbooks/sonarqube/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. @@ -15,4 +15,4 @@ default['sonarqube']['user'] = 'sonar' default['sonarqube']['db']['username'] = 'sonar' default['sonarqube']['db']['name'] = 'sonar' -default['sonarqube']['version'] = '10.0.0.68432' +default['sonarqube']['version'] = '10.5.1.90531'