chore(deps): update plugin org.sonarqube to v6 (!40)
All checks were successful
Release / Release (push) Successful in 1m26s
Quality Check / Checkstyle Main (push) Successful in 2m26s
Quality Check / Tests (push) Successful in 3m16s
Build / Build and analyze (push) Successful in 4m52s

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.sonarqube | `5.1.0.4882` -> `6.0.1.5171` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.sonarqube:org.sonarqube.gradle.plugin/6.0.1.5171?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.sonarqube:org.sonarqube.gradle.plugin/6.0.1.5171?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.sonarqube:org.sonarqube.gradle.plugin/5.1.0.4882/6.0.1.5171?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.sonarqube:org.sonarqube.gradle.plugin/5.1.0.4882/6.0.1.5171?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMC40IiwidXBkYXRlZEluVmVyIjoiMzkuMzMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #40
Co-authored-by: Renovate <renovate@kjan.de>
Co-committed-by: Renovate <renovate@kjan.de>
This commit is contained in:
Renovate 2024-12-20 11:50:43 +00:00 committed by Jan Gleytenhoover
parent 5f6caa7fc2
commit 8c6f6301d3

View File

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