Skip to content

Commit

Permalink
Bump org.checkerframework in /docs/examples/errorprone (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 10, 2024
1 parent a73a895 commit 657c98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/errorprone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'java'
id 'net.ltgt.errorprone' version '4.0.1'
// Checker Framework pluggable type-checking
id 'org.checkerframework' version '0.6.40'
id 'org.checkerframework' version '0.6.43'
}

ext {
Expand Down

0 comments on commit 657c98a

Please sign in to comment.