Bump org.sonarqube from 4.0.0.2929 to 4.2.0.3129 in /Plan (#3045)

Bumps org.sonarqube from 4.0.0.2929 to 4.2.0.3129.

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

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] 2023-06-11 14:24:58 +03:00 committed by GitHub
parent e7254f04d3
commit bde8cc309d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ plugins {
id 'java-library'
id "jacoco"
id "checkstyle"
id "org.sonarqube" version "4.0.0.2929"
id "org.sonarqube" version "4.2.0.3129"
id 'fabric-loom' version '1.1-SNAPSHOT' apply false
}