From 99fb8af098eb062dc6a2543bc3d83a69ff4c83d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:42:32 +0000 Subject: [PATCH] Build(deps): bump com.github.spotbugs:spotbugs-annotations Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.10.2 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.10.2...4.10.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 78b44fd4f34..1913c8626c6 100644 --- a/build.gradle +++ b/build.gradle @@ -215,7 +215,7 @@ dependencies { implementation project(':PCGen-Formula') compileOnly 'org.jetbrains:annotations:26.1.0' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.2' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.3' testImplementation platform('org.junit:junit-bom:6.1.1') testImplementation 'org.junit.platform:junit-platform-launcher'