diff options
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d3f3d5a490..df27cff77a 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { id 'com.dorongold.task-tree' version '4.0.1' id 'org.nosphere.apache.rat' version '0.8.1' id 'distribution' - id 'com.github.spotbugs' version '6.1.13' // 6.2.0+ requires JDK 11 + id 'com.github.spotbugs' version '6.2.1' // 6.2.0+ requires JDK 11 id 'de.thetaphi.forbiddenapis' version '3.9' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '2.3.1' |