Skip to content

Commit

Permalink
Update to Checker Framework 3.41.0 (#873)
Browse files Browse the repository at this point in the history
Just to stay up to date. [Benchmarking
results](#873 (comment))
show no overhead regression, and possibly a very slight improvement.
  • Loading branch information
msridhar committed Dec 4, 2023
1 parent 1140a81 commit eb2e19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (project.hasProperty("epApiVersion")) {

def versions = [
asm : "9.3",
checkerFramework : "3.39.0",
checkerFramework : "3.41.0",
// for comparisons in other parts of the build
errorProneLatest : latestErrorProneVersion,
// The version of Error Prone used to check NullAway's code.
Expand Down

0 comments on commit eb2e19c

Please sign in to comment.