From 88c8539c09457b1b6dc335bc911eedc765579055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:05:34 +0000 Subject: [PATCH] deps: bump com.github.spotbugs:spotbugs-annotations from 4.9.8 to 4.10.3 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.8 to 4.10.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.9.8...4.10.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c8d4dd0..2db18db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -700,8 +700,8 @@ tasks.register("runCorpusMetadataStress") { } dependencies { - compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8") - testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8") + compileOnly("com.github.spotbugs:spotbugs-annotations:4.10.3") + testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.10.3") testImplementation("org.apache.pdfbox:pdfbox:3.0.7") testImplementation("org.apache.pdfbox:xmpbox:3.0.7") testImplementation("org.junit.jupiter:junit-jupiter:6.1.0")