diff --git a/src/main/docker/sonar.yml b/src/main/docker/sonar.yml index d5e4133c8ed..5157f515065 100644 --- a/src/main/docker/sonar.yml +++ b/src/main/docker/sonar.yml @@ -2,7 +2,7 @@ version: '3.8' services: sonar: - image: sonarqube:9.3.0-community + image: sonarqube:9.4.0-community platform: linux/x86_64 # Authentication is turned off for out of the box experience while trying out SonarQube # For real use cases delete sonar.forceAuthentication variable or set sonar.forceAuthentication=true