diff --git a/build.gradle b/build.gradle index 285d30db4..e3c2a0746 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation(platform('org.junit:junit-bom:5.10.1')) testImplementation('org.junit.jupiter:junit-jupiter') - spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' testImplementation 'commons-fileupload:commons-fileupload:1.5' testImplementation 'org.wiremock:wiremock-standalone:3.3.1' testImplementation 'com.google.guava:guava:33.0.0-jre'