From 7873b239e3fa6d4472103ef29c8082fbf2da9ed9 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 22 Apr 2025 07:26:25 +0200 Subject: [PATCH] Update Sonar Maven plugin version in CI pipeline Removed the hardcoded version of the Sonar Maven plugin to use the latest available version. This ensures compatibility with updates and reduces maintenance overhead. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60e71a2..824cb09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ sonarcloud_scan: dependencies: - build script: - - mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar:5.1.0.4751 \ + - mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \ -Dsonar.projectKey=thischwa_CloudflareDNS-java only: - merge_requests