diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-19 14:26:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 14:26:58 +0000 |
commit | 4c2ae7ab9ee3795be024e1b97520baaaa89a48e7 (patch) | |
tree | f52210fa3010b1cd48b17c2e9478551d02b5c08d | |
parent | 0f42425f8cc577edfdf283de89c86ac349520ffa (diff) | |
download | poi-dependabot/gradle/org.sonarqube-6.0.0.5145.tar.gz poi-dependabot/gradle/org.sonarqube-6.0.0.5145.zip |
Bump org.sonarqube from 4.0.0.2929 to 6.0.0.5145dependabot/gradle/org.sonarqube-6.0.0.5145
Bumps org.sonarqube from 4.0.0.2929 to 6.0.0.5145.
---
updated-dependencies:
- dependency-name: org.sonarqube
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b62fe280f3..f69e37cec1 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ plugins { id 'distribution' id "com.github.spotbugs" version '6.0.26' id 'de.thetaphi.forbiddenapis' version '3.8' - id 'org.sonarqube' version '4.0.0.2929' + id 'org.sonarqube' version '6.0.0.5145' id 'org.cyclonedx.bom' version '1.10.0' id 'com.adarshr.test-logger' version '3.2.0' } |