diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-05-26 18:24:43 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-05-26 18:24:43 +0000 |
commit | 13fa43f5b8aa4b73cc1aa0714532701c77a73bd8 (patch) | |
tree | dba933536b23c2e617af33dc8033ebf98a1d5893 | |
parent | 2676dcc7f48b78ef367202fe41c9acb7565700c0 (diff) | |
download | poi-13fa43f5b8aa4b73cc1aa0714532701c77a73bd8.tar.gz poi-13fa43f5b8aa4b73cc1aa0714532701c77a73bd8.zip |
update sonarqube plugin
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910076 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d36cd8161e..3740098649 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ plugins { id 'distribution' id "com.github.spotbugs" version '5.0.14' id 'de.thetaphi.forbiddenapis' version '3.5.1' - id 'org.sonarqube' version '4.0.0.2929' + id 'org.sonarqube' version '4.1.0.3113' id 'org.cyclonedx.bom' version '1.7.4' id 'com.adarshr.test-logger' version '3.2.0' } |