diff --git a/build.gradle b/build.gradle index 24a4898fb95..893d174b1b0 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.2' testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.platform:junit-platform-launcher'