From 4d64f6bf85beaa0d8dfea98df0e9efd66c4d133d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:42:53 +0000 Subject: [PATCH] Build(deps): bump com.github.spotbugs:spotbugs-annotations Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.8 to 4.10.1. - [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.1) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 24a4898fb95..9fa5b3f4b0d 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.9.8' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.1' testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.platform:junit-platform-launcher'