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'