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" ) ;; *)