Bump org.sonarqube from 3.3 to 3.4.0.2513 in /Plan (#2415)

Bumps org.sonarqube from 3.3 to 3.4.0.2513.

---
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] 2022-06-09 08:31:04 +03:00 committed by GitHub
parent c7a7b60d91
commit 32af9bc8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ plugins {
id "java"
id "jacoco"
id "checkstyle"
id "org.sonarqube" version "3.3"
id "org.sonarqube" version "3.4.0.2513"
}
apply plugin: 'nebula-aggregate-javadocs'