update error-prone

This commit is contained in:
Carsten Otto
2022-05-03 17:23:07 +02:00
parent 3b74f41cb6
commit 4bc0f55779

View File

@@ -4,7 +4,7 @@ plugins {
}
dependencies {
errorprone 'com.google.errorprone:error_prone_core:2.10.0'
errorprone 'com.google.errorprone:error_prone_core:2.13.1'
errorprone 'com.uber.nullaway:nullaway:0.9.2'
}
@@ -25,4 +25,4 @@ tasks.withType(JavaCompile).configureEach {
excludedFieldAnnotations.add('org.springframework.boot.test.mock.mockito.MockBean')
excludedClassAnnotations.add('org.springframework.boot.context.properties.ConfigurationProperties')
}
}
}