From 015a052699e1dc5fb1e20c5cffdd1b1354761a35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:49:19 +0000 Subject: [PATCH] Update spotbugs to v4.10.2 --- build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 48ad3be68..6d266b8e4 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) { } spotbugs { - toolVersion = "4.9.8" // com.github.spotbugs:spotbugs-annotations + toolVersion = "4.10.2" // com.github.spotbugs:spotbugs-annotations reportsDir = file("$project.buildDir/reports/SpotBugsReports") effort = com.github.spotbugs.snom.Effort.MAX reportLevel = com.github.spotbugs.snom.Confidence.valueOf("HIGH") diff --git a/core/build.gradle b/core/build.gradle index 70e0de94a..a426bd8e9 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -209,7 +209,7 @@ dependencies { 'org.apache.xmlgraphics:batik-svg-dom:1.19' ) - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.2' testImplementation ( 'de.saly:javamail-mock2-fullmock:0.5-beta4',