upgrade spotbugs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-05-17 07:47:19 +00:00
parent 751d1b743a
commit 9527312287
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ plugins {
id "com.dorongold.task-tree" version "2.1.0"
id('org.nosphere.apache.rat') version '0.7.1'
id 'distribution'
id "com.github.spotbugs" version "5.0.6"
id "com.github.spotbugs" version "5.0.7"
id 'com.github.jk1.dependency-license-report' version '2.0'
}