chore(deps): update plugin org.sonarqube to v5.1.0.4882
All checks were successful
gitea-sonarqube-bot OK
Build PR / Build and analyze (pull_request) Successful in 1m35s
Quality Check / Tests (pull_request) Successful in 44s
Quality Check / Checkstyle Main (pull_request) Successful in 34s

This commit is contained in:
Renovate 2024-09-27 10:38:22 +00:00
parent 750041a9eb
commit 9f1850ef72

View File

@ -3,7 +3,7 @@ plugins {
id("org.springframework.boot") version "3.3.4"
id("io.spring.dependency-management") version "1.1.6"
id("checkstyle")
id("org.sonarqube") version "5.0.0.4638"
id("org.sonarqube") version "5.1.0.4882"
id("jacoco")
}