Skip to content

Commit b273194

Browse files
Bump org.checkerframework in /docs/examples/errorprone (#1086)
1 parent 3141c8c commit b273194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/errorprone/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'java'
77
id 'net.ltgt.errorprone' version '4.1.0'
88
// Checker Framework pluggable type-checking
9-
id 'org.checkerframework' version '0.6.48' apply false
9+
id 'org.checkerframework' version '0.6.49' apply false
1010
}
1111

1212
ext {

0 commit comments

Comments
 (0)