diff --git a/README.md b/README.md
index b5811f79137daed84341b03b6539fd719cd9cdfd..b472f70f3cdcad105e2528f7320b94548aefb53f 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/sonar'
-    ref: '1.3.0'
+    ref: '1.3.1'
     file: '/templates/gitlab-ci-sonar.yml'
 ```
 
diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml
index 4ef333fa35675c428f228dab70eafdb50fc0b77d..9426b28a61452d685512b82d5c514f2ebefff3b3 100644
--- a/templates/gitlab-ci-sonar.yml
+++ b/templates/gitlab-ci-sonar.yml
@@ -278,7 +278,7 @@ stages:
     fi
   }
 
-  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.3.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.3.1"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -291,7 +291,7 @@ sonar:
     entrypoint: [""]
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "sonar", "1.3.0" ]
+      command: ["--service", "sonar", "1.3.1" ]
   before_script:
     - *sonar-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"