From 256aa50aa798516c1d45c9273fc8304c9919b4b4 Mon Sep 17 00:00:00 2001 From: brais <26645694+braisvq1996@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:39:23 +0200 Subject: [PATCH] Actualizar test.sh --- sonarqube/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarqube/test.sh b/sonarqube/test.sh index 97975f531..d15e6f018 100755 --- a/sonarqube/test.sh +++ b/sonarqube/test.sh @@ -6,7 +6,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" ODS_CORE_DIR=${SCRIPT_DIR%/*} ODS_CONFIGURATION_DIR="${ODS_CORE_DIR}/../ods-configuration" -SONAR_VERSION=9.9.4 +SONAR_VERSION=9.9.6 SONAR_EDITION="community" function usage {