aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-04 18:24:58 +0000
committerGitHub <noreply@github.com>2025-08-04 18:24:58 +0000
commit4c36e9e209e7782327878e6878531a0e16528a3f (patch)
tree70e32939d06e5d3e6e203cd97bdcb33336b5feff
parentd81592022dc186d20290c74da92b671113e780e8 (diff)
downloadpoi-dependabot/gradle/com.github.spotbugs-6.2.3.tar.gz
poi-dependabot/gradle/com.github.spotbugs-6.2.3.zip
Bump com.github.spotbugs from 6.1.13 to 6.2.3dependabot/gradle/com.github.spotbugs-6.2.3
Bumps com.github.spotbugs from 6.1.13 to 6.2.3. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a1eb2d95f8..039309cb1b 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.3' // 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'