We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99da3c commit 2588840Copy full SHA for 2588840
1 file changed
docs/examples/nullaway/build.gradle
@@ -34,7 +34,7 @@ if (false) {
34
35
dependencies {
36
if (JavaVersion.current() >= JavaVersion.VERSION_21) {
37
- errorprone 'com.google.errorprone:error_prone_core:2.46.0'
+ errorprone 'com.google.errorprone:error_prone_core:2.48.0'
38
}
39
errorprone 'com.uber.nullaway:nullaway:0.13.0'
40
0 commit comments