From 081deaee58845dd6ad949f807b280225fd18993f Mon Sep 17 00:00:00 2001
From: "Vazquez,Brais (IT EDP)" <brais.vazquez@boehringer-ingelheim.com>
Date: Mon, 2 Sep 2024 17:50:43 +0200
Subject: [PATCH] fix tests

---
 sonarqube/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sonarqube/test.sh b/sonarqube/test.sh
index 66bc09629..3d3ae86fe 100755
--- a/sonarqube/test.sh
+++ b/sonarqube/test.sh
@@ -191,7 +191,7 @@ case $SONAR_EDITION in
     community | developer | enterprise | datacenter)
         expectedPlugins=("groovy:1.8"
                 "r:0.2.2"
-                "communityrust:0.2.1" )
+                "communityrust:0.2.4" )
         ;;
 
     *)