Bump org.sonarqube from 4.2.0.3129 to 4.2.1.3168 in /Plan (#3067)

Bumps org.sonarqube from 4.2.0.3129 to 4.2.1.3168.

---
updated-dependencies:
- dependency-name: org.sonarqube
  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] 2023-06-19 15:58:28 +03:00 committed by GitHub
parent 04ed67886c
commit 040f36241a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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