diff --git a/build.gradle b/build.gradle index 32078e22cd0..aafb3082ef5 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'org.jetbrains.dokka' version '1.9.20' id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' - id 'com.github.spotbugs' version '6.0.8' + id 'com.github.spotbugs' version '6.0.9' id 'com.google.protobuf' version '0.9.4' apply false } @@ -55,7 +55,7 @@ ext { apacheSshdVersion = '2.12.1' artemisVersion = '2.32.0' - aspectjVersion = '1.9.21.2' + aspectjVersion = '1.9.22' assertjVersion = '3.25.3' assertkVersion = '0.28.0' avroVersion = '1.11.3'