diff --git a/service/build.gradle b/service/build.gradle index 22c8e29c7..9cc33b551 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -94,8 +94,8 @@ dependencies { testImplementation "org.springframework.cloud:spring-cloud-gateway-server-webflux:4.3.2" testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - spotbugs 'com.github.spotbugs:spotbugs:4.9.8' - spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.8' + spotbugs 'com.github.spotbugs:spotbugs:4.10.4' + spotbugs 'com.github.spotbugs:spotbugs-annotations:4.10.4' pitest 'com.arcmutate:base:1.3.2' pitest 'com.arcmutate:pitest-git-plugin:2.1.0'