diff --git a/build.gradle b/build.gradle index d87543ef7e2..5b207025f00 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { // Sub project plugins id 'com.github.sherter.google-java-format' version '0.9' apply false - id 'nebula.lint' version '17.8.0' apply false + id 'nebula.lint' version '18.0.2' apply false id 'net.ltgt.errorprone' version '3.0.1' apply false id 'com.github.spotbugs' version '4.8.0' apply false }