Bump org.sonarqube from 7.2.1.6560 to 7.2.2.6593 (#983)

Bumps org.sonarqube from 7.2.1.6560 to 7.2.2.6593.

---
updated-dependencies:
- dependency-name: org.sonarqube
  dependency-version: 7.2.2.6593
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-19 16:09:48 +01:00 committed by GitHub
parent f2c52141c7
commit 3ac160b57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ plugins {
id 'distribution' id 'distribution'
id 'com.github.spotbugs' version '6.4.8' // 6.2.0+ requires JDK 11 id 'com.github.spotbugs' version '6.4.8' // 6.2.0+ requires JDK 11
id 'de.thetaphi.forbiddenapis' version '3.10' id 'de.thetaphi.forbiddenapis' version '3.10'
id 'org.sonarqube' version '7.2.1.6560' id 'org.sonarqube' version '7.2.2.6593'
id 'org.cyclonedx.bom' version '2.4.1' id 'org.cyclonedx.bom' version '2.4.1'
id 'com.adarshr.test-logger' version '4.0.0' id 'com.adarshr.test-logger' version '4.0.0'
} }