From b3a2b0f7b3903ee3a326f6623a61083c4e450f31 Mon Sep 17 00:00:00 2001 From: Pascal Grimaud Date: Sat, 30 Apr 2022 17:52:52 +0200 Subject: [PATCH] Bump sonarqube from 9.3 to 9.4 --- src/main/docker/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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